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

Modified Files:
        compile.c 
Log Message:

-- The endless Odyssey through the pathfinder code checking
   for correct initialization of global variables (Part 8).

   This time---checking all files in folders:
    o compiler/parser



U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- compile.c   3 Apr 2008 09:06:27 -0000       1.147
+++ compile.c   3 Apr 2008 09:48:31 -0000       1.148
@@ -326,6 +326,8 @@
         .revalid             = revalid_strict /* XQ update facility 1.0 
[§2.3] */
     };
 
+    /* initialize data structures in the Parser department */
+    PFparser_init ();
     /* Initialize data structures in the Core department */
     PFcore_init ();
     /* Initialize data structures in the Functions department */


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to