Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10866/pathfinder/compiler/algebra

Modified Files:
      Tag: XQuery_0-24
        algopt.c 
Log Message:

fixed compalation when configured with --enable-strict:
make sure we know the prototype of PFstrdup()


U algopt.c
Index: algopt.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/algopt.c,v
retrieving revision 1.35.2.2
retrieving revision 1.35.2.3
diff -u -d -r1.35.2.2 -r1.35.2.3
--- algopt.c    2 Jun 2008 08:44:29 -0000       1.35.2.2
+++ algopt.c    2 Jun 2008 10:01:52 -0000       1.35.2.3
@@ -45,6 +45,7 @@
 #include "algebra_cse.h"
 #include "la_proxy.h"
 #include "la_thetajoin.h"
+#include "mem.h" /* for PFstrdup() */
 
 #define MAP_ORI_NAMES(phase)                                                \
         if (unq_names) {                                                    \


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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