aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-03 23:59:13 +1000
committerDavid Walter Seikel2012-02-03 23:59:13 +1000
commitd042b1e2fb8418059f2acef4e5fb803cb73e183f (patch)
treea851a00d903441d605004d5178f21ea2f9cc83ec /LuaSL/src/LuaSL_LSL_tree.h
parentAssignments in the middle of expressions is legal in LSL, but not in Lua. Bu... (diff)
downloadSledjHamr-d042b1e2fb8418059f2acef4e5fb803cb73e183f.zip
SledjHamr-d042b1e2fb8418059f2acef4e5fb803cb73e183f.tar.gz
SledjHamr-d042b1e2fb8418059f2acef4e5fb803cb73e183f.tar.bz2
SledjHamr-d042b1e2fb8418059f2acef4e5fb803cb73e183f.tar.xz
Implement basic states.
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-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 2a66bd7..8909c7e 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -293,6 +293,7 @@ struct _LSL_Function
293{ 293{
294 LSL_Text name; 294 LSL_Text name;
295 LSL_Text type; 295 LSL_Text type;
296 const char *state;
296#if LUASL_DIFF_CHECK 297#if LUASL_DIFF_CHECK
297// LSL_Leaf *params; // So we store the parenthesis, and their ignorables. 298// LSL_Leaf *params; // So we store the parenthesis, and their ignorables.
298 // This points to the params leaf, which is a function, pointing to this structure. The actual params are in vars. 299 // This points to the params leaf, which is a function, pointing to this structure. The actual params are in vars.