From cfd9edae2557192c5de95ec3336a496874377068 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 30 Jan 2012 18:56:12 +1000 Subject: Track function type ignorable, and no need to store the leaf. --- LuaSL/src/LuaSL_LSL_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 561a2ff..104ba45 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -256,7 +256,7 @@ struct _LSL_Block struct _LSL_Function { LSL_Text name; - LSL_Leaf *type; + LSL_Text 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. -- cgit v1.1