From 933296616edf6bffdee5f0cc629656183d8d60d8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 30 Jan 2012 21:27:22 +1000 Subject: Blocks get ignorables now. --- LuaSL/src/LuaSL_LSL_tree.h | 4 ++++ 1 file changed, 4 insertions(+) (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 875e1b9..7e59075 100644 --- a/LuaSL/src/LuaSL_LSL_tree.h +++ b/LuaSL/src/LuaSL_LSL_tree.h @@ -251,6 +251,10 @@ struct _LSL_Block Eina_Clist statements; // For statement lists, this is the HEAD. Eina_Hash *variables; // Those variables in this scope. LSL_Function *function; // A pointer to the function if this block is a function. +#if LUASL_DIFF_CHECK + Eina_Strbuf *openIgnorableText; + Eina_Strbuf *closeIgnorableText; +#endif }; struct _LSL_Function -- cgit v1.1