aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_lexer.l
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-17 13:15:32 +1000
committerDavid Walter Seikel2012-01-17 13:15:32 +1000
commit14023eed3e31aa7f857f26cff5d2d3d39b82035f (patch)
treecf86854c71014ea78e29f473ac8723102d999ac4 /LuaSL/src/LuaSL_lexer.l
parentUse EFL logging. (diff)
downloadSledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.zip
SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.gz
SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.bz2
SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.xz
Cleanups for EFL.
Diffstat (limited to 'LuaSL/src/LuaSL_lexer.l')
-rw-r--r--LuaSL/src/LuaSL_lexer.l3
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
7int common(YYSTYPE *lval, char *text, LuaSL_yyparseParam *param, boolean checkIgnorable, int type); 6int common(YYSTYPE *lval, char *text, LuaSL_yyparseParam *param, boolean checkIgnorable, int type);
8 7