aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-22 09:55:38 +1000
committerDavid Walter Seikel2012-01-22 09:55:38 +1000
commit5270f91252ad63384930b69153638ff74a24b97e (patch)
treec94cdebe7afc51525b6638d9024b001a4418763d /LuaSL/src/LuaSL_LSL_tree.h
parentMove the test script into the directory where the other tests are, so it's no... (diff)
downloadSledjHamr-5270f91252ad63384930b69153638ff74a24b97e.zip
SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.gz
SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.bz2
SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.xz
Consider a script as properly compiled if it passes the diff test.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_LSL_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.h b/LuaSL/src/LuaSL_LSL_tree.h
index c0930b3..76af195 100644
--- a/LuaSL/src/LuaSL_LSL_tree.h
+++ b/LuaSL/src/LuaSL_LSL_tree.h
@@ -3,7 +3,7 @@
3#define __LUASL_TREE_H__ 3#define __LUASL_TREE_H__
4 4
5//#define LUASL_DEBUG 5//#define LUASL_DEBUG
6//#define LUASL_DIFF_CHECK 6#define LUASL_DIFF_CHECK
7 7
8 8
9#include <stddef.h> // So we can have NULL defined. 9#include <stddef.h> // So we can have NULL defined.