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

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


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


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

Reply via email to