[QGIS Commit] r13740 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Jun 17 12:44:03 EDT 2010


Author: jef
Date: 2010-06-17 16:44:03 +0000 (Thu, 17 Jun 2010)
New Revision: 13740

Modified:
   trunk/qgis/src/core/qgssearchstringlexer.ll
Log:
apply #2813

Modified: trunk/qgis/src/core/qgssearchstringlexer.ll
===================================================================
--- trunk/qgis/src/core/qgssearchstringlexer.ll	2010-06-17 07:30:50 UTC (rev 13739)
+++ trunk/qgis/src/core/qgssearchstringlexer.ll	2010-06-17 16:44:03 UTC (rev 13740)
@@ -19,6 +19,7 @@
  
 %option noyywrap
 %option case-insensitive
+%option never-interactive
 
  // ensure that lexer will be 8-bit (and not just 7-bit)
 %option 8bit
@@ -34,6 +35,10 @@
 // which doesn't in MSVC compiler
 #define YY_NEVER_INTERACTIVE 1
 
+#ifdef _MSC_VER
+#define YY_NO_UNISTD_H
+#endif
+
 %}
 
 white       [ \t\r\n]+



More information about the QGIS-commit mailing list