Update of /cvsroot/monetdb/MonetDB5/src/optimizer
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5481/src/optimizer

Modified Files:
        opt_support.mx 
Log Message:
added missing ifdef /endif protection against multiple inclusions


Index: opt_support.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/opt_support.mx,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- opt_support.mx      9 Dec 2007 16:21:15 -0000       1.51
+++ opt_support.mx      17 Dec 2007 21:26:56 -0000      1.52
@@ -489,6 +489,9 @@
 comment "Handle simple replacements";
 
 @h
+#ifndef _OPT_SUPPORT_H
+#define _OPT_SUPPORT_H
+
 #include "mal.h"
 #include "mal_function.h"
 #include "mal_scenario.h"
@@ -1197,4 +1200,6 @@
                                getFunctionId(p)== setWriteModeRef 
                        ) );
 }
[EMAIL PROTECTED]
+#endif /* _OPT_SUPPORT_H */
 @}


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to