aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-30 21:57:43 +1000
committerDavid Walter Seikel2012-01-30 21:57:43 +1000
commit198b19f4d51a3929ad67e79179da8760a3233064 (patch)
tree2e8662c111aaed6bb7367b3cc18cd26966de8dcd /LuaSL/src/LuaSL_LSL_tree.h
parentBlocks get ignorables now. (diff)
downloadSledjHamr-198b19f4d51a3929ad67e79179da8760a3233064.zip
SledjHamr-198b19f4d51a3929ad67e79179da8760a3233064.tar.gz
SledjHamr-198b19f4d51a3929ad67e79179da8760a3233064.tar.bz2
SledjHamr-198b19f4d51a3929ad67e79179da8760a3233064.tar.xz
Ignorables for statements.
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index 7e59075..75786d1 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -226,6 +226,9 @@ struct _LSL_Statement
226 LSL_Leaf *expressions; // A for statement will have three expressions, everything else has zero or one. 226 LSL_Leaf *expressions; // A for statement will have three expressions, everything else has zero or one.
227 LSL_Block *block; 227 LSL_Block *block;
228 LSL_Type type; // Expression type. 228 LSL_Type type; // Expression type.
229#if LUASL_DIFF_CHECK
230 Eina_Strbuf *ignorableText;
231#endif
229/* 232/*
230LSL_Leaf *addStatement(LSL_Leaf *lval, LSL_Type type, LSL_Leaf *left, LSL_Leaf *expr, LSL_Leaf *right, LSL_Leaf *block); 233LSL_Leaf *addStatement(LSL_Leaf *lval, LSL_Type type, LSL_Leaf *left, LSL_Leaf *expr, LSL_Leaf *right, LSL_Leaf *block);
231 234