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

Modified Files:
        compile.c 
Log Message:

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

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


U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- compile.c   3 Apr 2008 07:26:29 -0000       1.146
+++ compile.c   3 Apr 2008 09:06:27 -0000       1.147
@@ -328,6 +328,12 @@
 
     /* Initialize data structures in the Core department */
     PFcore_init ();
+    /* Initialize data structures in the Functions department */
+    PFfunctions_init ();
+    /* Initialize data structures in the Options department */
+    PFoptions_init ();
+    /* Initialize data structures in the Varscope department */
+    PFvarscope_init ();  
 
 #if HAVE_SIGNAL_H
     /* setup sementation fault signal handler */
@@ -883,6 +889,13 @@
 
         /* initialize the datastructures in the Core department */
         PFcore_init ();
+        /* Initialize data structures in the functions department */
+        PFfunctions_init ();
+        /* Initialize data structures in the Options department */
+        PFoptions_init ();
+        /* Initialize data structures in the Varscope department */
+        PFvarscope_init ();
+        
 
 #ifndef NDEBUG
         PFarray_init ();


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