try to workaround flex inserting non ANSI functions
authorMatthias Braun <matze@braunis.de>
Fri, 1 Jul 2005 15:28:58 +0000 (15:28 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 1 Jul 2005 15:28:58 +0000 (15:28 +0000)
SVN-Revision: 2662

tools/miniswig/lexer.ll

index ccaf067..d7f4d4c 100644 (file)
@@ -7,6 +7,7 @@
 #include "parser.hpp"
 #include "globals.hpp"
 
+#define YY_NEVER_INTERACTIVE 1
 #define YY_DECL int yylex(YYSTYPE* yylval)
 
 #define YY_INPUT(buf, result, max_size)                     \