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

Modified Files:
        scanner.l 
Log Message:
-- Do not reset the error buffer inside the parser.
   (Messages generated by main.c get swallowed this way.)


Index: scanner.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/parser/scanner.l,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- scanner.l   15 Oct 2007 15:39:15 -0000      1.54
+++ scanner.l   11 Jan 2008 08:58:09 -0000      1.55
@@ -293,7 +293,6 @@
         gotoState(0);
     }
 
-    *PFerrbuf = 0;
     pfinput  = buf;
     inputpos = 0;
     cur_col  = 0;


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to