From 1a05e4c083e0b7100e5782185f96e65b5446aab3 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 31 Jan 2012 13:00:56 +1000 Subject: Statements now have an ignorable array. --- 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 1903188..18a4d81 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -223,7 +223,7 @@ struct _LSL_Statement LSL_Block *block; LSL_Type type; // Expression type. #if LUASL_DIFF_CHECK - Eina_Strbuf *ignorableText; + Eina_Strbuf **ignorable; // Can be up to five of these I think. #endif /* LSL_Leaf *addStatement(LSL_Leaf *lval, LSL_Type type, LSL_Leaf *left, LSL_Leaf *expr, LSL_Leaf *right, LSL_Leaf *block); -- cgit v1.1