projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9f77836
)
tried to fix lexer.ll for newer flex version
author
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 22:56:07 +0000
(22:56 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 6 May 2005 22:56:07 +0000
(22:56 +0000)
SVN-Revision: 2425
tools/miniswig/lexer.ll
patch
|
blob
|
history
diff --git
a/tools/miniswig/lexer.ll
b/tools/miniswig/lexer.ll
index
65b0ca1
..
71d54ed
100644
(file)
--- a/
tools/miniswig/lexer.ll
+++ b/
tools/miniswig/lexer.ll
@@
-5,7
+5,7
@@
#include "parser.hpp"
#include "globals.h"
-#define YY_DECL int yylex
YY_PROTO(( YYSTYPE* yylval )
)
+#define YY_DECL int yylex
(YYSTYPE* yylval
)
#define YY_INPUT(buf, result, max_size) \
{ \