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

Modified Files:
      Tag: Feb2010
        tjc_conf.h tjc_scan.l 
Log Message:

icc says
"
pathfinder/modules/pftijah/tjc/tjc_conf.h(79): error #310: old-style parameter 
list (anachronism)
  extern void destroyTJCscanBuffer();
              ^
"


Index: tjc_conf.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_conf.h,v
retrieving revision 1.10.6.2
retrieving revision 1.10.6.3
diff -u -d -r1.10.6.2 -r1.10.6.3
--- tjc_conf.h  27 Jan 2010 13:46:07 -0000      1.10.6.2
+++ tjc_conf.h  28 Jan 2010 10:33:06 -0000      1.10.6.3
@@ -76,5 +76,5 @@
 
 extern void setTJCscanstring(const char *);
 
-extern void destroyTJCscanBuffer();
+extern void destroyTJCscanBuffer(void);
 #endif

Index: tjc_scan.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_scan.l,v
retrieving revision 1.11.6.2
retrieving revision 1.11.6.3
diff -u -d -r1.11.6.2 -r1.11.6.3
--- tjc_scan.l  27 Jan 2010 13:46:07 -0000      1.11.6.2
+++ tjc_scan.l  28 Jan 2010 10:33:06 -0000      1.11.6.3
@@ -253,7 +253,7 @@
 
 void setTJCscanstring(const char *s) { tjc_scan_string(s); }
 
-void destroyTJCscanBuffer() { tjclex_destroy(); }
+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