aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ltests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 7f0ce404..d34e9d42 100644
--- a/ltests.h
+++ b/ltests.h
@@ -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