Update of /cvsroot/monetdb/pathfinder/compiler/parser
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25520/parser

Modified Files:
        parser.y 
Log Message:
Backported code was inconsistent with current development version.


Index: parser.y
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/parser/parser.y,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- parser.y    20 Feb 2007 12:06:52 -0000      1.57
+++ parser.y    20 Feb 2007 12:28:40 -0000      1.58
@@ -1284,7 +1284,7 @@
                                                  c1->sem.oci = p_zero_or_more,
                                                  c1)),
                                          $5);
-                              c->sem.qname = $2;
+                              c->sem.qname_raw = $2;
                               $$ = c;
 
 #ifdef ENABLE_MILPRINT_SUMMER


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to