diff options
author | David Walter Seikel | 2012-01-17 13:15:32 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-17 13:15:32 +1000 |
commit | 14023eed3e31aa7f857f26cff5d2d3d39b82035f (patch) | |
tree | cf86854c71014ea78e29f473ac8723102d999ac4 /LuaSL/src | |
parent | Use EFL logging. (diff) | |
download | SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.zip SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.gz SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.bz2 SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.xz |
Cleanups for EFL.
Diffstat (limited to 'LuaSL/src')
-rw-r--r-- | LuaSL/src/LuaSL_lexer.l | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL_lexer.l b/LuaSL/src/LuaSL_lexer.l index 2661b76..8a5e8ad 100644 --- a/LuaSL/src/LuaSL_lexer.l +++ b/LuaSL/src/LuaSL_lexer.l | |||
@@ -1,8 +1,7 @@ | |||
1 | %{ | 1 | %{ |
2 | 2 | ||
3 | #include "LuaSL.h" | ||
4 | #define excludeLexer | 3 | #define excludeLexer |
5 | #include "LuaSL_LSL_tree.h" | 4 | #include "LuaSL.h" |
6 | 5 | ||
7 | int common(YYSTYPE *lval, char *text, LuaSL_yyparseParam *param, boolean checkIgnorable, int type); | 6 | int common(YYSTYPE *lval, char *text, LuaSL_yyparseParam *param, boolean checkIgnorable, int type); |
8 | 7 | ||