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.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index f21b51c..435cf65 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -261,23 +261,6 @@ struct _LSL_Statement
261 Eina_Strbuf **ignorable; // Can be up to five of these I think. 261 Eina_Strbuf **ignorable; // Can be up to five of these I think.
262#endif 262#endif
263 miscFlags flags; 263 miscFlags flags;
264/*
265LSL_Leaf *addStatement(LSL_Leaf *lval, LSL_Type type, LSL_Leaf *left, LSL_Leaf *expr, LSL_Leaf *right, LSL_Leaf *block);
266
267expr expr // Might be bogus,
268Variable defines identifier, optional expr // For these we only store the variable leaf in expressions.
269Function define identifier, block, parens // Also function params, but that's stored in the function anyway.
270state change identifier
271Labels identifier
272goto identifier
273return optional expr
274do expr, block, parens
275for exprx3, block, parens
276if expr, block, parens
277else block
278else if expr, block, parens
279while expr, block, parens
280*/
281}; 264};
282 265
283struct _LSL_Block 266struct _LSL_Block