From 229c6300d5ca646d8ef0c9ca394c7a0462a46a2a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 31 Jan 2012 12:58:53 +1000 Subject: Clean out some old comments. --- LuaSL/src/LuaSL_LSL_tree.h | 8 ++------ 1 file changed, 2 insertions(+), 6 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 75786d1..1903188 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -217,12 +217,8 @@ struct _LSL_Identifier // For variables and function parameters. struct _LSL_Statement { Eina_Clist statement; // For block statement lists, this is the entry. -// union -// { - LSL_Identifier *identifier; - LSL_Parenthesis *parenthesis; -// } stuff; // Nothing has an identifier AND parenthesis, and there will be LOTS of statements, so save some space. - // Damn, function identifiers do. + LSL_Identifier *identifier; + LSL_Parenthesis *parenthesis; LSL_Leaf *expressions; // A for statement will have three expressions, everything else has zero or one. LSL_Block *block; LSL_Type type; // Expression type. -- cgit v1.1