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.h4
1 files changed, 4 insertions, 0 deletions
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
251 Eina_Clist statements; // For statement lists, this is the HEAD. 251 Eina_Clist statements; // For statement lists, this is the HEAD.
252 Eina_Hash *variables; // Those variables in this scope. 252 Eina_Hash *variables; // Those variables in this scope.
253 LSL_Function *function; // A pointer to the function if this block is a function. 253 LSL_Function *function; // A pointer to the function if this block is a function.
254#if LUASL_DIFF_CHECK
255 Eina_Strbuf *openIgnorableText;
256 Eina_Strbuf *closeIgnorableText;
257#endif
254}; 258};
255 259
256struct _LSL_Function 260struct _LSL_Function