Update of /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7075/src/sqlhelpers/xmlshred

Modified Files:
        shred_helper.c 
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: shred_helper.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred/shred_helper.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- shred_helper.c      4 Oct 2007 10:41:37 -0000       1.9
+++ shred_helper.c      2 Jan 2008 14:20:46 -0000       1.10
@@ -77,6 +77,10 @@
 }
 #endif
 
+#ifdef NATIVE_WIN32
+#define access _access
+#endif
+
 #ifndef R_OK
 #define R_OK 4
 #define W_OK 2


-------------------------------------------------------------------------
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

Reply via email to