aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-17 13:56:22 +1000
committerDavid Walter Seikel2012-01-17 13:56:22 +1000
commit68271c1b714ea927370b86e22489a32fffaedf10 (patch)
tree37fef44ab9684bb497faef72f68ae5024b36068a /LuaSL/src/LuaSL_LSL_tree.h
parentRemove unused debug variable. (diff)
downloadSledjHamr-68271c1b714ea927370b86e22489a32fffaedf10.zip
SledjHamr-68271c1b714ea927370b86e22489a32fffaedf10.tar.gz
SledjHamr-68271c1b714ea927370b86e22489a32fffaedf10.tar.bz2
SledjHamr-68271c1b714ea927370b86e22489a32fffaedf10.tar.xz
Store the lexer provided length.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index f03ff1f..20ba877 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -179,7 +179,7 @@ struct _LSL_Leaf
179 LSL_Leaf *right; 179 LSL_Leaf *right;
180 LSL_Token *token; 180 LSL_Token *token;
181 char *ignorableText; 181 char *ignorableText;
182 int line, column; 182 int line, column, len;
183 opType basicType; 183 opType basicType;
184 union 184 union
185 { 185 {