aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ltests.h b/ltests.h
index e9219e29..f8c4466f 100644
--- a/ltests.h
+++ b/ltests.h
@@ -23,11 +23,6 @@
23#define LUAI_ASSERT 23#define LUAI_ASSERT
24 24
25 25
26
27/* compiled with -O0, Lua uses a lot of C stack space... */
28#undef LUAI_MAXCSTACK
29#define LUAI_MAXCSTACK 400
30
31/* to avoid warnings, and to make sure value is really unused */ 26/* to avoid warnings, and to make sure value is really unused */
32#define UNUSED(x) (x=0, (void)(x)) 27#define UNUSED(x) (x=0, (void)(x))
33 28