aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-17 11:40:47 +1000
committerDavid Walter Seikel2012-01-17 11:40:47 +1000
commitf7d9fcc2158f6f1f15ea87a9e302a1afe1cb4c0d (patch)
treee8f37b4d7b3860e0985ae1f3faaa54d65003826e /LuaSL/src/LuaSL_LSL_tree.h
parentMore identifier hacking. (diff)
downloadSledjHamr-f7d9fcc2158f6f1f15ea87a9e302a1afe1cb4c0d.zip
SledjHamr-f7d9fcc2158f6f1f15ea87a9e302a1afe1cb4c0d.tar.gz
SledjHamr-f7d9fcc2158f6f1f15ea87a9e302a1afe1cb4c0d.tar.bz2
SledjHamr-f7d9fcc2158f6f1f15ea87a9e302a1afe1cb4c0d.tar.xz
Better error message.
Diffstat (limited to 'LuaSL/src/LuaSL_LSL_tree.h')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index c33d77d..84610b6 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -160,6 +160,7 @@ typedef enum
160struct _allowedTypes 160struct _allowedTypes
161{ 161{
162 opType result; 162 opType result;
163 char *name;
163 int subTypes; 164 int subTypes;
164}; 165};
165 166