projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1583b5
)
try to workaround flex inserting non ANSI functions
author
Matthias Braun
<matze@braunis.de>
Fri, 1 Jul 2005 15:28:58 +0000
(15:28 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 1 Jul 2005 15:28:58 +0000
(15:28 +0000)
SVN-Revision: 2662
tools/miniswig/lexer.ll
patch
|
blob
|
history
diff --git
a/tools/miniswig/lexer.ll
b/tools/miniswig/lexer.ll
index
ccaf067
..
d7f4d4c
100644
(file)
--- a/
tools/miniswig/lexer.ll
+++ b/
tools/miniswig/lexer.ll
@@
-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) \