Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
apply #2813
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13740 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 17, 2010
1 parent 8cdbd17 commit 2f59ee0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/qgssearchstringlexer.ll
Expand Up @@ -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
Expand All @@ -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]+
Expand Down

0 comments on commit 2f59ee0

Please sign in to comment.