aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index b73d3ac..f03ff1f 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -23,7 +23,6 @@
23 23
24#define YYERRCODE 256 24#define YYERRCODE 256
25#define YYDEBUG 1 25#define YYDEBUG 1
26extern int yydebug;
27 26
28 27
29// http://w-hat.com/stackdepth is a useful discussion about some aspects of the LL parser. 28// http://w-hat.com/stackdepth is a useful discussion about some aspects of the LL parser.