aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-31 15:45:06 +1000
committerDavid Walter Seikel2012-01-31 15:45:06 +1000
commit0dd2b7e3487b1d41772a5ee84fce9162f407546b (patch)
treed171e82d610b1862335cc78f2fab420b9d2176db /LuaSL/src/LuaSL_LSL_tree.h
parentOutput string tokens. (diff)
downloadSledjHamr-0dd2b7e3487b1d41772a5ee84fce9162f407546b.zip
SledjHamr-0dd2b7e3487b1d41772a5ee84fce9162f407546b.tar.gz
SledjHamr-0dd2b7e3487b1d41772a5ee84fce9162f407546b.tar.bz2
SledjHamr-0dd2b7e3487b1d41772a5ee84fce9162f407546b.tar.xz
Put back function call stuff I removed before, and document why it needs to be there so I don't remove it again. lol
Diffstat (limited to '')
-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 dd46167..96ef5a9 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -273,7 +273,7 @@ struct _LSL_FunctionCall
273 LSL_Function *function; 273 LSL_Function *function;
274 Eina_Inarray params; // Eina Inarray has not been released yet (Eina 1.2). 274 Eina_Inarray params; // Eina Inarray has not been released yet (Eina 1.2).
275 Eina_Clist dangler; // Entry for function calls used before the function is defined. 275 Eina_Clist dangler; // Entry for function calls used before the function is defined.
276 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. 276 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.
277}; 277};
278 278
279struct _LSL_State 279struct _LSL_State