aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-16 08:42:48 +1000
committerDavid Walter Seikel2012-01-16 08:42:48 +1000
commit10c298df37f430b4c7914448fb43a05bbec6302f (patch)
treed44541ffaf5ad55be53cd06a0d226057c07cc426 /LuaSL/src/LuaSL_LSL_tree.h
parentParser now parses a real script to completion with no syntax errors! B-) (diff)
downloadSledjHamr-10c298df37f430b4c7914448fb43a05bbec6302f.zip
SledjHamr-10c298df37f430b4c7914448fb43a05bbec6302f.tar.gz
SledjHamr-10c298df37f430b4c7914448fb43a05bbec6302f.tar.bz2
SledjHamr-10c298df37f430b4c7914448fb43a05bbec6302f.tar.xz
yylineno does not track colums, so do it myself.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index 1429393..b547976 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -276,6 +276,7 @@ typedef struct
276 LSL_Leaf *ast; 276 LSL_Leaf *ast;
277 char *ignorableText; 277 char *ignorableText;
278 LSL_Leaf *lval; 278 LSL_Leaf *lval;
279 int column, line;
279} LuaSL_yyparseParam; 280} LuaSL_yyparseParam;
280 281
281 282