aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-02 01:17:32 +1000
committerDavid Walter Seikel2012-02-02 01:17:32 +1000
commitabf855c2d94c624cb82c4fe2183f5b5ca7c74fa8 (patch)
treebec371c051c2408b8faa894a8990775bc2dcd9d3 /LuaSL/src/LuaSL_LSL_tree.h
parentOutput crements properly. (diff)
downloadSledjHamr-abf855c2d94c624cb82c4fe2183f5b5ca7c74fa8.zip
SledjHamr-abf855c2d94c624cb82c4fe2183f5b5ca7c74fa8.tar.gz
SledjHamr-abf855c2d94c624cb82c4fe2183f5b5ca7c74fa8.tar.bz2
SledjHamr-abf855c2d94c624cb82c4fe2183f5b5ca7c74fa8.tar.xz
Fix up single statement "blocks".
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 931b6b9..5e36c73 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -221,6 +221,7 @@ struct _LSL_Statement
221 LSL_Parenthesis *parenthesis; 221 LSL_Parenthesis *parenthesis;
222 LSL_Leaf *expressions; // A for statement will have three expressions, and two semicolons, everything else has zero or one. 222 LSL_Leaf *expressions; // A for statement will have three expressions, and two semicolons, everything else has zero or one.
223 LSL_Block *block; 223 LSL_Block *block;
224 LSL_Statement *single; // For single statement "blocks".
224 LSL_Statement *elseBlock; 225 LSL_Statement *elseBlock;
225 LSL_Type type; // Expression type. 226 LSL_Type type; // Expression type.
226#if LUASL_DIFF_CHECK 227#if LUASL_DIFF_CHECK