try to workaround flex inserting non ANSI functions
[supertux.git] / 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)                     \