From f2b30eccfc6bf537233f9349c59ab9de3ac86317 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 28 Jan 2012 10:07:27 +1000 Subject: Document the other Clist use, and change it's name while I'm at it. --- LuaSL/src/LuaSL_LSL_tree.h | 6 +++--- 1 file changed, 3 insertions(+), 3 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 4ad5707..f2fccd0 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -254,8 +254,8 @@ struct _LSL_Function struct _LSL_FunctionCall { LSL_Function *function; - Eina_Inarray params; // Eina Inarray has not been released yet (Eina 1.2). - Eina_Clist functionCall; + Eina_Inarray params; // Eina Inarray has not been released yet (Eina 1.2). + Eina_Clist dangler; // Entry for function calls used before the function is defined. LSL_Leaf *call; }; @@ -356,7 +356,7 @@ typedef struct #endif LSL_Leaf *lval; LSL_Block *currentBlock; - Eina_Clist danglingCalls; + Eina_Clist danglingCalls; // HEAD for function calls used before the function is defined. int column, line; int undeclared; } LuaSL_compiler; -- cgit v1.1