From dee2c5659e869bd14acf62e00bbb808aa1694461 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 8 Feb 2012 16:29:31 +1000 Subject: Cleaning up some comments. --- LuaSL/src/LuaSL_LSL_tree.h | 17 ----------------- 1 file changed, 17 deletions(-) (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 f21b51c..435cf65 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -261,23 +261,6 @@ struct _LSL_Statement Eina_Strbuf **ignorable; // Can be up to five of these I think. #endif miscFlags flags; -/* -LSL_Leaf *addStatement(LSL_Leaf *lval, LSL_Type type, LSL_Leaf *left, LSL_Leaf *expr, LSL_Leaf *right, LSL_Leaf *block); - -expr expr // Might be bogus, -Variable defines identifier, optional expr // For these we only store the variable leaf in expressions. -Function define identifier, block, parens // Also function params, but that's stored in the function anyway. -state change identifier -Labels identifier -goto identifier -return optional expr -do expr, block, parens -for exprx3, block, parens -if expr, block, parens -else block -else if expr, block, parens -while expr, block, parens -*/ }; struct _LSL_Block -- cgit v1.1