From 5ec220d96d9b4c7e12eaa68f0ea56a90ace3692a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 31 Jan 2012 15:49:34 +1000 Subject: Commentry++. --- LuaSL/src/LuaSL_LSL_tree.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 96ef5a9..d62c0b6 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -273,7 +273,10 @@ struct _LSL_FunctionCall LSL_Function *function; 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; // This is to stash the details for dangling ones, to search later. The line and column details are needed for bitching, so we need the leaf. Also need the stringValue for the search. + LSL_Leaf *call; // This is to stash the details for dangling ones, to search later. + // The line and column details are needed for bitching, so we need the leaf. + // Also need the stringValue for the search. + // On top of all that, the leaf is still used in expressions, so need to keep it around and update it when resolving danglers. }; struct _LSL_State -- cgit v1.1