diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-12-07 16:53:33 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-12-07 16:53:33 -0200 |
commit | 46bc7f2bf7cf7f48c354fde6b9571b795bdd5b4d (patch) | |
tree | ac8d8b3fbef17cf7a29b59ff1071823dc2ec56af /luaconf.h | |
parent | cc01d4624782e28c19b3c75ef7efda4b151dbf03 (diff) | |
download | lua-46bc7f2bf7cf7f48c354fde6b9571b795bdd5b4d.tar.gz lua-46bc7f2bf7cf7f48c354fde6b9571b795bdd5b4d.tar.bz2 lua-46bc7f2bf7cf7f48c354fde6b9571b795bdd5b4d.zip |
detail (comment)
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 |