aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-20 17:19:25 +1000
committerDavid Walter Seikel2012-01-20 17:19:25 +1000
commita1110536f78c820e91f491928bd0471a470202cb (patch)
tree01c7b38c7f4ed3e888bf8f44c5d158a96eeba5bc /LuaSL/src/LuaSL_LSL_tree.h
parentRun both test scripts. (diff)
downloadSledjHamr-a1110536f78c820e91f491928bd0471a470202cb.zip
SledjHamr-a1110536f78c820e91f491928bd0471a470202cb.tar.gz
SledjHamr-a1110536f78c820e91f491928bd0471a470202cb.tar.bz2
SledjHamr-a1110536f78c820e91f491928bd0471a470202cb.tar.xz
Clean up parentesis and typecast a bit.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index c2d3260..4b5c067 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -173,9 +173,8 @@ struct _LSL_Leaf
173 173
174struct _LSL_Parenthesis 174struct _LSL_Parenthesis
175{ 175{
176 LSL_Leaf *left;
177 LSL_Leaf *contents; 176 LSL_Leaf *contents;
178 LSL_Leaf *right; 177 Eina_Strbuf *rightIgnorableText;
179 LSL_Type type; 178 LSL_Type type;
180}; 179};
181 180