aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-30 21:27:22 +1000
committerDavid Walter Seikel2012-01-30 21:27:22 +1000
commit933296616edf6bffdee5f0cc629656183d8d60d8 (patch)
tree23322e2813f1a9855f56b6ac19a45328491cca6e /LuaSL/src/LuaSL_LSL_tree.h
parentDon't go outputting duplicate ignorables for function calls and variable refe... (diff)
downloadSledjHamr-933296616edf6bffdee5f0cc629656183d8d60d8.zip
SledjHamr-933296616edf6bffdee5f0cc629656183d8d60d8.tar.gz
SledjHamr-933296616edf6bffdee5f0cc629656183d8d60d8.tar.bz2
SledjHamr-933296616edf6bffdee5f0cc629656183d8d60d8.tar.xz
Blocks get ignorables now.
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