From d042b1e2fb8418059f2acef4e5fb803cb73e183f Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 3 Feb 2012 23:59:13 +1000 Subject: Implement basic states. --- LuaSL/src/LuaSL_LSL_tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'LuaSL/src/LuaSL_LSL_tree.h') 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 { LSL_Text name; LSL_Text type; + const char *state; #if LUASL_DIFF_CHECK // LSL_Leaf *params; // So we store the parenthesis, and their ignorables. // This points to the params leaf, which is a function, pointing to this structure. The actual params are in vars. -- cgit v1.1