Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21367/modules/pftijah/tjc

Modified Files:
      Tag: M5XQ
        tjc_scan.l 
Log Message:
propagated changes of Thursday Jan 28 2010
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/28 - sjoerd: modules/pftijah/tjc/tjc_scan.l,1.11.4.2
  propagated changes of Thursday Jan 28 2010
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/01/28 - sjoerd: modules/pftijah/tjc/tjc_scan.l,1.13
    propagated changes of Wednesday Jan 27 2010 - Thursday Jan 28 2010
    from the Feb2010 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2010/01/27 - hrode: modules/pftijah/tjc/tjc_scan.l,1.11.6.2
      recovery after syntactically wrong NEXI query
      (consecutive queries used to fail as well, since the flex buffer was not 
cleaned)
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2010/01/28 - stmane: modules/pftijah/tjc/tjc_scan.l,1.11.6.3
  
      icc says
      "
      pathfinder/modules/pftijah/tjc/tjc_conf.h(79): error #310: old-style 
parameter list (anachronism)
        extern void destroyTJCscanBuffer();
                    ^
      "
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: tjc_scan.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_scan.l,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -d -r1.8.2.4 -r1.8.2.5
--- tjc_scan.l  18 Jan 2010 14:50:00 -0000      1.8.2.4
+++ tjc_scan.l  28 Jan 2010 13:01:54 -0000      1.8.2.5
@@ -253,6 +253,7 @@
 
 void setTJCscanstring(const char *s) { tjc_scan_string(s); }
 
+void destroyTJCscanBuffer(void) { tjclex_destroy(); }
 
 /* vim:set shiftwidth=4 expandtab: */
 


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to