diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.260 2017/04/19 16:34:35 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.261 2017/04/24 18:06:12 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -724,6 +724,7 @@ | |||
724 | ** CHANGE it if you need a different limit. This limit is arbitrary; | 724 | ** CHANGE it if you need a different limit. This limit is arbitrary; |
725 | ** its only purpose is to stop Lua from consuming unlimited stack | 725 | ** its only purpose is to stop Lua from consuming unlimited stack |
726 | ** space (and to reserve some numbers for pseudo-indices). | 726 | ** space (and to reserve some numbers for pseudo-indices). |
727 | ** (It must fit into max(size_t)/32.) | ||
727 | */ | 728 | */ |
728 | #if LUAI_BITSINT >= 32 | 729 | #if LUAI_BITSINT >= 32 |
729 | #define LUAI_MAXSTACK 1000000 | 730 | #define LUAI_MAXSTACK 1000000 |