aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
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;