aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index 39840e39..72018855 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -47,7 +47,7 @@
47** (It will crash with a limit too high.) 47** (It will crash with a limit too high.)
48*/ 48*/
49#if !defined(LUAI_MAXCSTACK) 49#if !defined(LUAI_MAXCSTACK)
50#define LUAI_MAXCSTACK 2200 50#define LUAI_MAXCSTACK 2000
51#endif 51#endif
52 52
53 53