diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |