aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-04 22:47:37 +1000
committerDavid Walter Seikel2012-02-04 22:47:37 +1000
commit6b097d337444a0e02efc6cebed08a860d2e435ed (patch)
treeb923c45c8f71068d3acc705d813a794a44cff030 /LuaSL/src/LuaSL_LSL_tree.h
parentSet variables to a proper value if otherwised unitialized. (diff)
downloadSledjHamr-6b097d337444a0e02efc6cebed08a860d2e435ed.zip
SledjHamr-6b097d337444a0e02efc6cebed08a860d2e435ed.tar.gz
SledjHamr-6b097d337444a0e02efc6cebed08a860d2e435ed.tar.bz2
SledjHamr-6b097d337444a0e02efc6cebed08a860d2e435ed.tar.xz
Implement typecasts when needed. Actually, doing some extras for the moment.
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index 6709236..3c30129 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -157,7 +157,8 @@ typedef enum
157 MF_PREINC = 32, 157 MF_PREINC = 32,
158 MF_POSTDEC = 64, 158 MF_POSTDEC = 64,
159 MF_POSTINC = 128, 159 MF_POSTINC = 128,
160 MF_LSLCONST = 256 160 MF_LSLCONST = 256,
161 MF_TYPECAST = 512
161} miscFlags; 162} miscFlags;
162 163
163struct _allowedTypes 164struct _allowedTypes