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

Modified Files:
        lalg2sql.brg 
Log Message:
-- Turn local variables into 'real' local variables by adding a scope.


U lalg2sql.brg
Index: lalg2sql.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/lalg2sql.brg,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- lalg2sql.brg        16 Jun 2009 15:24:39 -0000      1.165
+++ lalg2sql.brg        18 Jun 2009 15:47:45 -0000      1.166
@@ -4530,6 +4530,7 @@
         case 51:
         /* Rel:    rank (Rel) */
         case 52:
+        {
             /* copy all existing column, from, and where lists */
             copy_cols_from_where (p, L(p));
 
@@ -4577,7 +4578,7 @@
                 bind = true;
                 execute (comment ("binding due to rank operator"));
             }
-            break;
+        }   break;
 
         /* Rel:    rowid (Rel) */
         case 53:


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to