aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-30 13:33:41 +1000
committerDavid Walter Seikel2012-01-30 13:33:41 +1000
commit821f7ad2ecaf0c607a30d6266126d5db2d4de2ea (patch)
treebd5861792ecfdc8c2bc1b78487dccdf42a16c851 /LuaSL/src/LuaSL_LSL_tree.h
parentChange the way blocks start and end, the look ahead was screwing things. (diff)
downloadSledjHamr-821f7ad2ecaf0c607a30d6266126d5db2d4de2ea.zip
SledjHamr-821f7ad2ecaf0c607a30d6266126d5db2d4de2ea.tar.gz
SledjHamr-821f7ad2ecaf0c607a30d6266126d5db2d4de2ea.tar.bz2
SledjHamr-821f7ad2ecaf0c607a30d6266126d5db2d4de2ea.tar.xz
Comment++
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 e5a415a..147ca5e 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -250,6 +250,7 @@ struct _LSL_Function
250 LSL_Leaf *type; 250 LSL_Leaf *type;
251#if LUASL_DIFF_CHECK 251#if LUASL_DIFF_CHECK
252 LSL_Leaf *params; // So we store the parenthesis, and their ignorables. 252 LSL_Leaf *params; // So we store the parenthesis, and their ignorables.
253 // This points to the params leaf, which is a function, pointing to this structure. The actual params are in vars.
253#endif 254#endif
254 Eina_Inarray vars; // Eina Inarray has not been released yet (Eina 1.2). 255 Eina_Inarray vars; // Eina Inarray has not been released yet (Eina 1.2).
255 LSL_Leaf *block; 256 LSL_Leaf *block;