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 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.