aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_lexer.l
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-14 08:45:48 +1000
committerDavid Walter Seikel2012-01-14 08:45:48 +1000
commitf8e387dde17e1e64ae83b9162d5042a80e0c82aa (patch)
tree497386849a3872b2505b91b9d7e567ff53e19083 /LuaSL/src/LuaSL_lexer.l
parentGeneric type handling, and add the float type. (diff)
downloadSledjHamr-f8e387dde17e1e64ae83b9162d5042a80e0c82aa.zip
SledjHamr-f8e387dde17e1e64ae83b9162d5042a80e0c82aa.tar.gz
SledjHamr-f8e387dde17e1e64ae83b9162d5042a80e0c82aa.tar.bz2
SledjHamr-f8e387dde17e1e64ae83b9162d5042a80e0c82aa.tar.xz
Little bit of clean up.
Diffstat (limited to 'LuaSL/src/LuaSL_lexer.l')
-rw-r--r--LuaSL/src/LuaSL_lexer.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_lexer.l b/LuaSL/src/LuaSL_lexer.l
index 2b57f68..05134bc 100644
--- a/LuaSL/src/LuaSL_lexer.l
+++ b/LuaSL/src/LuaSL_lexer.l
@@ -2,7 +2,6 @@
2 2
3#define excludeLexer 3#define excludeLexer
4#include "LuaSL_LSL_tree.h" 4#include "LuaSL_LSL_tree.h"
5#include <stdio.h>
6 5
7int common(YYSTYPE *lval, char *text, LuaSL_yyparseExtra *extra, boolean checkIgnorable, int type); 6int common(YYSTYPE *lval, char *text, LuaSL_yyparseExtra *extra, boolean checkIgnorable, int type);
8 7