aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_lexer.l
diff options
context:
space:
mode:
Diffstat (limited to '')
-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