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