aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-30 18:56:12 +1000
committerDavid Walter Seikel2012-01-30 18:56:12 +1000
commitcfd9edae2557192c5de95ec3336a496874377068 (patch)
tree6ecd235578115a2759c471a4b25b27a243f4a670 /LuaSL/src/LuaSL_LSL_tree.h
parentClean up dangling function calls. (diff)
downloadSledjHamr-cfd9edae2557192c5de95ec3336a496874377068.zip
SledjHamr-cfd9edae2557192c5de95ec3336a496874377068.tar.gz
SledjHamr-cfd9edae2557192c5de95ec3336a496874377068.tar.bz2
SledjHamr-cfd9edae2557192c5de95ec3336a496874377068.tar.xz
Track function type ignorable, and no need to store the leaf.
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 561a2ff..104ba45 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -256,7 +256,7 @@ struct _LSL_Block
256struct _LSL_Function 256struct _LSL_Function
257{ 257{
258 LSL_Text name; 258 LSL_Text name;
259 LSL_Leaf *type; 259 LSL_Text type;
260#if LUASL_DIFF_CHECK 260#if LUASL_DIFF_CHECK
261// LSL_Leaf *params; // So we store the parenthesis, and their ignorables. 261// LSL_Leaf *params; // So we store the parenthesis, and their ignorables.
262 // This points to the params leaf, which is a function, pointing to this structure. The actual params are in vars. 262 // This points to the params leaf, which is a function, pointing to this structure. The actual params are in vars.