aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-08-10 04:18:04 +1000
committerDavid Walter Seikel2014-08-10 04:18:04 +1000
commitbda78b998894dbf00447014c95e34e125f33c9c7 (patch)
tree12dffbed3378766f44603886cf348a35fb0d29b7 /src/LuaSL/LuaSL_LSL_tree.h
parentGot most of the LSL constants now, except the OS ones. (diff)
downloadSledjHamr-bda78b998894dbf00447014c95e34e125f33c9c7.zip
SledjHamr-bda78b998894dbf00447014c95e34e125f33c9c7.tar.gz
SledjHamr-bda78b998894dbf00447014c95e34e125f33c9c7.tar.bz2
SledjHamr-bda78b998894dbf00447014c95e34e125f33c9c7.tar.xz
Quick and dirty crashing compiler catcher.
Diffstat (limited to '')
-rw-r--r--src/LuaSL/LuaSL_LSL_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LuaSL/LuaSL_LSL_tree.h b/src/LuaSL/LuaSL_LSL_tree.h
index b95b82e..30a12f5 100644
--- a/src/LuaSL/LuaSL_LSL_tree.h
+++ b/src/LuaSL/LuaSL_LSL_tree.h
@@ -4,6 +4,7 @@
4 4
5#define LUASL_DEBUG 0 5#define LUASL_DEBUG 0
6#define LUASL_DIFF_CHECK 0 6#define LUASL_DIFF_CHECK 0
7#define LUASL_BAD_CHECK 0
7 8
8 9
9#include <stddef.h> // So we can have NULL defined. 10#include <stddef.h> // So we can have NULL defined.