Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25089/modules/kernel

Modified Files:
        calc.mx 
Log Message:
preparing for handling multiplexed inline functions.
minor code cleanup, saving 1.5 page of code.


Index: calc.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/calc.mx,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- calc.mx     19 Dec 2007 18:56:34 -0000      1.66
+++ calc.mx     24 Dec 2007 12:28:24 -0000      1.67
@@ -536,13 +536,7 @@
 #ifndef __calc_H__
 #define __calc_H__
 
-#include "gdk.h"
-
-#endif /* __calc_H__ */
-
[EMAIL PROTECTED]
 #include "mal_config.h"
-#include "calc.h"
 #include "stdlib.h"
 #include "mal.h"
 #include "mal_exception.h"
@@ -558,6 +552,10 @@
 #define calc_export extern
 #endif
 
+#endif /* __calc_H__ */
[EMAIL PROTECTED]
+#include "calc.h"
+
 /* third param indicates return value if one of the params is nil */
 @:c_comp_ops(<,LT)@
 @:c_comp_ops(<=,LE)@


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to