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

Modified Files:
        pftijah_tokenize.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/pftijah_tokenize.l,1.20.4.1
define YY_NO_INPUT to avoid 'function input defined but never used' compiler 
warning
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: pftijah_tokenize.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah_tokenize.l,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- pftijah_tokenize.l  8 Apr 2009 07:04:55 -0000       1.20
+++ pftijah_tokenize.l  22 Jul 2009 07:40:21 -0000      1.21
@@ -33,6 +33,8 @@
 
 #include <pf_config.h>
 
+#define YY_NO_INPUT
+
 #include "serialize_pftijah.h"
 #include <ctype.h>
 #include <string.h>


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

Reply via email to