aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-02 02:10:30 +1000
committerDavid Walter Seikel2012-02-02 02:10:30 +1000
commitf434dc1fe3af702179dc8c827bf26c663f34f138 (patch)
tree81dec04c5f9d292985fc5921c4e069aa1436b39b /LuaSL/src/LuaSL_LSL_tree.h
parentParse dot subbies. (diff)
downloadSledjHamr-f434dc1fe3af702179dc8c827bf26c663f34f138.zip
SledjHamr-f434dc1fe3af702179dc8c827bf26c663f34f138.tar.gz
SledjHamr-f434dc1fe3af702179dc8c827bf26c663f34f138.tar.bz2
SledjHamr-f434dc1fe3af702179dc8c827bf26c663f34f138.tar.xz
Output state changes properly.
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 7791b10..94be1a6 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -218,7 +218,7 @@ struct _LSL_Identifier // For variables and function parameters.
218struct _LSL_Statement 218struct _LSL_Statement
219{ 219{
220 Eina_Clist statement; // For block statement lists, this is the entry. 220 Eina_Clist statement; // For block statement lists, this is the entry.
221 LSL_Identifier *identifier; 221 LSL_Text identifier;
222 LSL_Parenthesis *parenthesis; 222 LSL_Parenthesis *parenthesis;
223 LSL_Leaf *expressions; // A for statement will have three expressions, and two semicolons, everything else has zero or one. 223 LSL_Leaf *expressions; // A for statement will have three expressions, and two semicolons, everything else has zero or one.
224 LSL_Block *block; 224 LSL_Block *block;