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

Modified Files:
      Tag: GDK-2
        normalize.brg typecheck.brg 
Log Message:
propagated changes of Saturday Aug 18 2007 - Tuesday Aug 21 2007
from the development trunk to the GDK-2 branch


Index: typecheck.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/typecheck.brg,v
retrieving revision 1.61
retrieving revision 1.61.2.1
diff -u -d -r1.61 -r1.61.2.1
--- typecheck.brg       27 Jul 2007 11:53:19 -0000      1.61
+++ typecheck.brg       21 Aug 2007 17:37:36 -0000      1.61.2.1
@@ -357,6 +357,7 @@
                                      the current rule */
     PFcnode_t    *kids[MAX_KIDS]; /* leaf nodes of this rule */
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     /* determine rule that matches for this non-terminal */

Index: normalize.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/normalize.brg,v
retrieving revision 1.18
retrieving revision 1.18.4.1
diff -u -d -r1.18 -r1.18.4.1
--- normalize.brg       25 May 2007 21:55:21 -0000      1.18
+++ normalize.brg       21 Aug 2007 17:37:36 -0000      1.18.4.1
@@ -708,6 +708,7 @@
     short         old_state_label;
     PFpnode_t *   c;
 
+    /* guard against too dep recursion */
     PFrecursion_fence();
 
     do {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to