aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ltests.h b/ltests.h
index 7328aaca..db0a2a0d 100644
--- a/ltests.h
+++ b/ltests.h
@@ -25,9 +25,6 @@
25#define lua_assert(c) assert(c) 25#define lua_assert(c) assert(c)
26 26
27 27
28/* include opcode names */
29#define LUAI_DEFOPNAMES
30
31 28
32/* compiled with -O0, Lua uses a lot of C stack space... */ 29/* compiled with -O0, Lua uses a lot of C stack space... */
33#undef LUAI_MAXCSTACK 30#undef LUAI_MAXCSTACK