aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ltests.h b/ltests.h
index f8c4466f..cb3a0b48 100644
--- a/ltests.h
+++ b/ltests.h
@@ -130,6 +130,11 @@ LUA_API void *debug_realloc (void *ud, void *block,
130#define LUAI_MAXSTACK 50000 130#define LUAI_MAXSTACK 50000
131 131
132 132
133/* test mode uses more stack space */
134#undef LUAI_MAXCCALLS
135#define LUAI_MAXCCALLS 180
136
137
133/* force Lua to use its own implementations */ 138/* force Lua to use its own implementations */
134#undef lua_strx2number 139#undef lua_strx2number
135#undef lua_number2strx 140#undef lua_number2strx