aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaSL/LuaSL_LSL_tree.h')
-rw-r--r--src/LuaSL/LuaSL_LSL_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LuaSL/LuaSL_LSL_tree.h b/src/LuaSL/LuaSL_LSL_tree.h
index dd15bed..26d63b1 100644
--- a/src/LuaSL/LuaSL_LSL_tree.h
+++ b/src/LuaSL/LuaSL_LSL_tree.h
@@ -389,6 +389,8 @@ typedef struct
389 int column, line; 389 int column, line;
390 int undeclared; 390 int undeclared;
391 boolean inState; 391 boolean inState;
392 boolean isLSL;
393 boolean isLua;
392} LuaSL_compiler; 394} LuaSL_compiler;
393 395
394 396