Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11304

Modified Files:
      Tag: XQuery_0-18
        pathfinder.mx 
Log Message:
Undo accidental part of previous checkin.


Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.367.2.11
retrieving revision 1.367.2.12
diff -u -d -r1.367.2.11 -r1.367.2.12
--- pathfinder.mx       3 Aug 2007 14:00:57 -0000       1.367.2.11
+++ pathfinder.mx       3 Aug 2007 14:04:05 -0000       1.367.2.12
@@ -4194,11 +4194,10 @@
     YYSTREE ret = NULL, treebak = c->tree;
     char* bufbak = c->input;
     int listing_bak = c->listing;
-    int lineno = 1;
     c->listing = 0;
     c->input = buf;
     c->tree = NULL;
-    if (parseClient(c, FALSE, "<xquery>", &lineno))
+    if (parseClient(c, FALSE))
         ret = c->tree;
     c->tree = treebak;
     c->input = bufbak;


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