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

Modified Files:
        functions.h options.h varscope.h 
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 varscope.h
Index: varscope.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/varscope.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- varscope.h  11 Jan 2008 10:47:09 -0000      1.11
+++ varscope.h  3 Apr 2008 09:06:30 -0000       1.12
@@ -37,6 +37,9 @@
 
 #include "abssyn.h"
 
+/* initialize global variables */
+void PFvarscope_init (void);
+
 /* Check variable scoping rules */
 void PFvarscope (PFpnode_t *);
 

U functions.h
Index: functions.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/functions.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- functions.h 15 Feb 2008 11:52:35 -0000      1.20
+++ functions.h 3 Apr 2008 09:06:28 -0000       1.21
@@ -52,6 +52,9 @@
 
 #include "core2alg.h"
 
+/* initialize global variables */
+void PFfunctions_init (void);
+
 /** Data structure to hold information about XQuery functions.  */
 /* typedef struct PFfun_t PFfun_t; */
 

U options.h
Index: options.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/options.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- options.h   11 Jan 2008 10:47:07 -0000      1.2
+++ options.h   3 Apr 2008 09:06:29 -0000       1.3
@@ -40,6 +40,9 @@
 
 extern PFenv_t *PFoptions;
 
+/* initialize global variables */
+void PFoptions_init (void);
+
 void PFextract_options (PFpnode_t *root);
 
 #endif  /* OPTIONS_H */


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