Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17821/compiler/semantics

Modified Files:
        options.c 
Log Message:
propagated changes of Wednesday Nov 04 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/04 - stmane: compiler/semantics/options.c,1.7.6.1
  propagated changes of Monday Nov 02 2009 - Wednesday Nov 04 2009
  from the Aug2009_NFI branch to the Nov2009 branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/02 - tsheyar: compiler/semantics/options.c,1.7.8.1
    -- 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.8
diff -u -d -r1.7 -r1.8
--- options.c   7 May 2009 14:28:48 -0000       1.7
+++ options.c   4 Nov 2009 09:39:22 -0000       1.8
@@ -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: */


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to