Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12572/semantics
Modified Files:
Tag: Aug2009_NFI
options.c
Log Message:
-- Do the initialization in the initialization routines...
(Thanks to Stefan Klinger for detecting.)
Index: options.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/options.c,v
retrieving revision 1.7
retrieving revision 1.7.8.1
diff -u -d -r1.7 -r1.7.8.1
--- options.c 7 May 2009 14:28:48 -0000 1.7
+++ options.c 2 Nov 2009 20:03:58 -0000 1.7.8.1
@@ -102,8 +102,6 @@
{
assert (root);
- PFoptions = PFenv_ (400);
-
recurse (root);
return;
@@ -113,7 +111,7 @@
void
PFoptions_init (void)
{
- PFoptions = NULL;
+ PFoptions = PFenv_ (400);
}
/* vim:set shiftwidth=4 expandtab: */
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins