Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6303/modules/pftijah/tjc

Modified Files:
        tjc_scan.l 
Log Message:
propagated changes of Tuesday Jul 21 2009 - Wednesday Jul 22 2009
from the May2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/21 - mr-meltdown: modules/pftijah/tjc/tjc_scan.l,1.8.4.1
define YY_NO_INPUT to avoid 'function input defined but never used' compiler 
warning
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: tjc_scan.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_scan.l,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tjc_scan.l  16 Apr 2009 10:29:37 -0000      1.8
+++ tjc_scan.l  22 Jul 2009 07:40:25 -0000      1.9
@@ -47,6 +47,8 @@
 
 #define yylex tjclex
 
+#define YY_NO_INPUT
+
 #define OUTSIDE_PF
 
 #ifdef OUTSIDE_PF /* JF */


------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to