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

Modified Files:
        core.h 
Log Message:


For sake of recognition 

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

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


U core.h
Index: core.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/core.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- core.h      25 Feb 2008 15:37:06 -0000      1.43
+++ core.h      3 Apr 2008 07:26:35 -0000       1.44
@@ -46,9 +46,6 @@
 
 typedef struct PFcnode_t PFcnode_t;
 
-/* global for core_new_var (TODO REMOVE) */
-extern unsigned int core_vars;
-
 /* PFfun_t */
 #include "functions.h"
 
@@ -228,6 +225,9 @@
 /* PFp..._t */
 #include "abssyn.h"
 
+/* initialize global variables */
+void PFcore_init (void);
+
 /** 
  * Core constructor functions below.
  */


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