aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_lexer.l
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-05 10:17:03 +1000
committerDavid Walter Seikel2012-01-05 10:17:03 +1000
commit872c9ef5ec95b6800cfced063704e8f3c8f6dfa0 (patch)
treed9cfb0becaf533f0b8734628e55cb3537f10eda9 /LuaSL/src/LuaSL_LSL_lexer.l
parentConsolidate the parser includes. (diff)
downloadSledjHamr-872c9ef5ec95b6800cfced063704e8f3c8f6dfa0.zip
SledjHamr-872c9ef5ec95b6800cfced063704e8f3c8f6dfa0.tar.gz
SledjHamr-872c9ef5ec95b6800cfced063704e8f3c8f6dfa0.tar.bz2
SledjHamr-872c9ef5ec95b6800cfced063704e8f3c8f6dfa0.tar.xz
Update the not yet used real parser includes to.
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_lexer.l')
-rw-r--r--LuaSL/src/LuaSL_LSL_lexer.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_LSL_lexer.l b/LuaSL/src/LuaSL_LSL_lexer.l
index 24e88a3..473a427 100644
--- a/LuaSL/src/LuaSL_LSL_lexer.l
+++ b/LuaSL/src/LuaSL_LSL_lexer.l
@@ -10,7 +10,8 @@ FS (f|F)
10 10
11%{ 11%{
12 12
13#include "LuaSL_type_parser.h" 13#define excludeLexer
14#include "LuaSL_LSL_tree.h"
14#include "LuaSL_LSLS_yaccer.tab.h" 15#include "LuaSL_LSLS_yaccer.tab.h"
15 16
16 17