aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-31 13:00:56 +1000
committerDavid Walter Seikel2012-01-31 13:00:56 +1000
commit1a05e4c083e0b7100e5782185f96e65b5446aab3 (patch)
tree733b9226415575d60a4b8151f8006b13b44f3967 /LuaSL/src/LuaSL_LSL_tree.h
parentClean out some old comments. (diff)
downloadSledjHamr-1a05e4c083e0b7100e5782185f96e65b5446aab3.zip
SledjHamr-1a05e4c083e0b7100e5782185f96e65b5446aab3.tar.gz
SledjHamr-1a05e4c083e0b7100e5782185f96e65b5446aab3.tar.bz2
SledjHamr-1a05e4c083e0b7100e5782185f96e65b5446aab3.tar.xz
Statements now have an ignorable array.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h2
1 files changed, 1 insertions, 1 deletions
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
223 LSL_Block *block; 223 LSL_Block *block;
224 LSL_Type type; // Expression type. 224 LSL_Type type; // Expression type.
225#if LUASL_DIFF_CHECK 225#if LUASL_DIFF_CHECK
226 Eina_Strbuf *ignorableText; 226 Eina_Strbuf **ignorable; // Can be up to five of these I think.
227#endif 227#endif
228/* 228/*
229LSL_Leaf *addStatement(LSL_Leaf *lval, LSL_Type type, LSL_Leaf *left, LSL_Leaf *expr, LSL_Leaf *right, LSL_Leaf *block); 229LSL_Leaf *addStatement(LSL_Leaf *lval, LSL_Type type, LSL_Leaf *left, LSL_Leaf *expr, LSL_Leaf *right, LSL_Leaf *block);