projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb594e
)
fix miniswig outputting some \n from time to time
author
Matthias Braun
<matze@braunis.de>
Sun, 18 Sep 2005 15:21:36 +0000
(15:21 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sun, 18 Sep 2005 15:21:36 +0000
(15:21 +0000)
SVN-Revision: 2778
tools/miniswig/lexer.ll
patch
|
blob
|
history
diff --git
a/tools/miniswig/lexer.ll
b/tools/miniswig/lexer.ll
index
e22fac1
..
42d7f64
100644
(file)
--- a/
tools/miniswig/lexer.ll
+++ b/
tools/miniswig/lexer.ll
@@
-7,6
+7,10
@@
#include "parser.hpp"
#include "globals.hpp"
+// there seems to be a bug in flex that adds some ECHO directives
+// in some rules, we don't need debug output
+#define ECHO {}
+
#define YY_NEVER_INTERACTIVE 1
#define YY_DECL int yylex(YYSTYPE* yylval)