diff options
Diffstat (limited to 'src/LuaSL')
-rw-r--r-- | src/LuaSL/LuaSL_LSL_tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaSL/LuaSL_LSL_tree.h b/src/LuaSL/LuaSL_LSL_tree.h index 98e8e22..3b0a6d5 100644 --- a/src/LuaSL/LuaSL_LSL_tree.h +++ b/src/LuaSL/LuaSL_LSL_tree.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #define COMPILE_THREADED 1 | 6 | #define COMPILE_THREADED 1 |
7 | #define COMPILE_OUTPUT 0 | 7 | #define COMPILE_OUTPUT 0 |
8 | #define LUASL_DIFF_CHECK 0 | 8 | #define LUASL_DIFF_CHECK 0 |
9 | #define LUASL_BAD_CHECK 1 | 9 | #define LUASL_BAD_CHECK 0 |
10 | 10 | ||
11 | 11 | ||
12 | #include <stddef.h> // So we can have NULL defined. | 12 | #include <stddef.h> // So we can have NULL defined. |