aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 43f08162..d34e9d42 100644
--- a/ltests.h
+++ b/ltests.h
@@ -155,7 +155,6 @@ LUA_API void *debug_realloc (void *ud, void *block,
155** Reduce maximum stack size to make stack-overflow tests run faster. 155** Reduce maximum stack size to make stack-overflow tests run faster.
156** (But value is still large enough to overflow smaller integers.) 156** (But value is still large enough to overflow smaller integers.)
157*/ 157*/
158#undef LUAI_MAXSTACK
159#define LUAI_MAXSTACK 68000 158#define LUAI_MAXSTACK 68000
160 159
161 160