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

Modified Files:
        normalize.brg typecheck.brg 
Log Message:

completed and documented "guard against too dep recursion"


Index: typecheck.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/typecheck.brg,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- typecheck.brg       27 Jul 2007 11:53:19 -0000      1.61
+++ typecheck.brg       18 Aug 2007 23:59:50 -0000      1.62
@@ -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.19
diff -u -d -r1.18 -r1.19
--- normalize.brg       25 May 2007 21:55:21 -0000      1.18
+++ normalize.brg       18 Aug 2007 23:59:50 -0000      1.19
@@ -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