aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-17 13:51:58 +1000
committerDavid Walter Seikel2012-01-17 13:51:58 +1000
commit9e427361cf6e3e684a37c1947cc4771e52b9e6bc (patch)
tree78a3f0335e35fd49c277f55188908eeee4836d03 /LuaSL/src/LuaSL_LSL_tree.h
parentShould point to the start of the symbol, not the end. (diff)
downloadSledjHamr-9e427361cf6e3e684a37c1947cc4771e52b9e6bc.zip
SledjHamr-9e427361cf6e3e684a37c1947cc4771e52b9e6bc.tar.gz
SledjHamr-9e427361cf6e3e684a37c1947cc4771e52b9e6bc.tar.bz2
SledjHamr-9e427361cf6e3e684a37c1947cc4771e52b9e6bc.tar.xz
Remove unused debug variable.
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.