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

Modified Files:
      Tag: May2009
        nexi.l pftijah_tokenize.l 
Log Message:
define YY_NO_INPUT to avoid 'function input defined but never used' compiler 
warning

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

U nexi.l
Index: nexi.l
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/nexi.l,v
retrieving revision 1.17
retrieving revision 1.17.8.1
diff -u -d -r1.17 -r1.17.8.1
--- nexi.l      5 Aug 2008 15:01:58 -0000       1.17
+++ nexi.l      21 Jul 2009 13:48:03 -0000      1.17.8.1
@@ -34,6 +34,8 @@
 
 #include <pf_config.h>
 
+#define YY_NO_INPUT
+
 #include <string.h>
 #include "nexi.h"
 #include "nexi.tab.h"


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to