aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-30 18:46:40 +1000
committerDavid Walter Seikel2012-01-30 18:46:40 +1000
commitf2b6fdc902da8ce71778e4f8245bc2cfbb732599 (patch)
tree710210ec31dec6850c94c8d26aeb3126861105f3 /LuaSL/src/LuaSL_LSL_tree.h
parentAdd a new struct for tracking bits of text and the attached ignorable, then u... (diff)
downloadSledjHamr-f2b6fdc902da8ce71778e4f8245bc2cfbb732599.zip
SledjHamr-f2b6fdc902da8ce71778e4f8245bc2cfbb732599.tar.gz
SledjHamr-f2b6fdc902da8ce71778e4f8245bc2cfbb732599.tar.bz2
SledjHamr-f2b6fdc902da8ce71778e4f8245bc2cfbb732599.tar.xz
Clean up dangling function calls.
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