Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7075/runtime
Modified Files:
pathfinder.mx pf_support.mx
Log Message:
Squash some compiler warnings.
Note the hack defining LIBPF_SUPPORT if LIBPF is defined.
This is because the functions defined in libpf (ll_staircasejoin.mx
and others) are declared in pf_support.proto.h which uses the
LIBPF_SUPPORT macro to distinguish between import and export of the
functions.
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -d -r1.389 -r1.390
--- pathfinder.mx 8 Oct 2007 09:29:43 -0000 1.389
+++ pathfinder.mx 2 Jan 2008 14:20:46 -0000 1.390
@@ -3984,6 +3984,9 @@
#include <streams.h>
#include <mapi/mapi.h>
#include <sys.h>
+#ifdef LIBPF
+#define LIBPF_SUPPORT LIBPF
+#endif
#include <pathfinder.proto.h>
#include <pf_support.proto.h>
Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -d -r1.273 -r1.274
--- pf_support.mx 21 Dec 2007 12:31:52 -0000 1.273
+++ pf_support.mx 2 Jan 2008 14:20:46 -0000 1.274
@@ -4879,6 +4879,9 @@
#include <monet.h>
#include "pathfinder.h"
+#ifdef LIBPF
+#define LIBPF_SUPPORT LIBPF
+#endif
#include "pf_support.proto.h"
#include <monet_interpreter.h>
#include <monettime.h>
-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins