From 821f7ad2ecaf0c607a30d6266126d5db2d4de2ea Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 30 Jan 2012 13:33:41 +1000 Subject: Comment++ --- LuaSL/src/LuaSL_LSL_tree.h | 1 + 1 file changed, 1 insertion(+) (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 e5a415a..147ca5e 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -250,6 +250,7 @@ struct _LSL_Function LSL_Leaf *type; #if LUASL_DIFF_CHECK LSL_Leaf *params; // So we store the parenthesis, and their ignorables. + // This points to the params leaf, which is a function, pointing to this structure. The actual params are in vars. #endif Eina_Inarray vars; // Eina Inarray has not been released yet (Eina 1.2). LSL_Leaf *block; -- cgit v1.1