Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2147/compiler/semantics

Modified Files:
      Tag: XQFT
        typecheck.brg 
Log Message:
propagated changes of Saturday Nov 28 2009
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/28 - stmane: compiler/semantics/typecheck.brg,1.85
  propagated changes of Sunday Nov 22 2009 - Saturday Nov 28 2009
  from the Nov2009 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/22 - stmane: compiler/semantics/typecheck.brg,1.80.6.3
  
    some more defensive checks
    for recusions running out of stack space
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: typecheck.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/typecheck.brg,v
retrieving revision 1.83
retrieving revision 1.83.2.1
diff -u -d -r1.83 -r1.83.2.1
--- typecheck.brg       5 Nov 2009 16:24:00 -0000       1.83
+++ typecheck.brg       28 Nov 2009 20:28:02 -0000      1.83.2.1
@@ -412,6 +412,9 @@
 static void
 do_reduce (PFcnode_t * p, int rule, short *nts, PFcnode_t *kids[])
 {
+    /* guard against too dep recursion */
+    PFrecursion_fence();
+
     switch (rule) {
 
         /* Query:              main (FunctionDecls, CoreExpr) */


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