diff options
Diffstat (limited to '')
-rw-r--r-- | ltests.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,6 +14,7 @@ | |||
14 | /* test Lua with compatibility code */ | 14 | /* test Lua with compatibility code */ |
15 | #define LUA_COMPAT_MATHLIB | 15 | #define LUA_COMPAT_MATHLIB |
16 | #define LUA_COMPAT_LT_LE | 16 | #define LUA_COMPAT_LT_LE |
17 | #undef LUA_COMPAT_GLOBAL | ||
17 | 18 | ||
18 | 19 | ||
19 | #define LUA_DEBUG | 20 | #define LUA_DEBUG |
@@ -154,7 +155,6 @@ LUA_API void *debug_realloc (void *ud, void *block, | |||
154 | ** Reduce maximum stack size to make stack-overflow tests run faster. | 155 | ** Reduce maximum stack size to make stack-overflow tests run faster. |
155 | ** (But value is still large enough to overflow smaller integers.) | 156 | ** (But value is still large enough to overflow smaller integers.) |
156 | */ | 157 | */ |
157 | #undef LUAI_MAXSTACK | ||
158 | #define LUAI_MAXSTACK 68000 | 158 | #define LUAI_MAXSTACK 68000 |
159 | 159 | ||
160 | 160 | ||