aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-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 26e7ee8..561a2ff 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -270,7 +270,7 @@ struct _LSL_FunctionCall
270 LSL_Function *function; 270 LSL_Function *function;
271 Eina_Inarray params; // Eina Inarray has not been released yet (Eina 1.2). 271 Eina_Inarray params; // Eina Inarray has not been released yet (Eina 1.2).
272 Eina_Clist dangler; // Entry for function calls used before the function is defined. 272 Eina_Clist dangler; // Entry for function calls used before the function is defined.
273 LSL_Leaf *call; 273 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.
274}; 274};
275 275
276struct _LSL_State 276struct _LSL_State