From 794212fc5dc48db3d5a9e5d0f00bd98ffeb73d4e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 28 Jan 2012 10:02:35 +1000 Subject: Now I remember what that was for. Need caffeine. lol --- LuaSL/src/LuaSL_LSL_tree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 6d122d4..4ad5707 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -207,7 +207,7 @@ struct _LSL_Identifier // For variables and function parameters. struct _LSL_Statement { - Eina_Clist statement; // For statement lists, perhaps this is just duplicating the one in LSL_Block? Not actually being used at the moment, except to collect them. On the other hand, I might have been half way through that part. lol + Eina_Clist statement; // For block statement lists, this is the entry. union { LSL_Identifier *identifier; @@ -235,7 +235,7 @@ while expr, block, parens struct _LSL_Block { LSL_Block *outerBlock; - Eina_Clist statements; // For statement lists. + Eina_Clist statements; // For statement lists, this is the HEAD. Eina_Hash *variables; // Those variables in this scope. LSL_Function *function; // A pointer to the function if this block is a function. }; -- cgit v1.1