diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-11-21 15:23:14 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-11-21 15:23:14 -0200 |
commit | 73c5515e0080037e9c5781338922a7afaa3bdcda (patch) | |
tree | 96195bbf62f97b2c856bf34538de2d32572465b0 | |
parent | e34c35abcf323aac4d6a90f3f195cd93ea195171 (diff) | |
download | lua-73c5515e0080037e9c5781338922a7afaa3bdcda.tar.gz lua-73c5515e0080037e9c5781338922a7afaa3bdcda.tar.bz2 lua-73c5515e0080037e9c5781338922a7afaa3bdcda.zip |
details (comments)
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.186 2013/07/09 18:31:35 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.187 2013/10/10 15:45:03 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 | */ |
@@ -352,7 +352,7 @@ | |||
352 | /* | 352 | /* |
353 | @@ LUAI_MAXSTACK limits the size of the Lua stack. | 353 | @@ LUAI_MAXSTACK limits the size of the Lua stack. |
354 | ** CHANGE it if you need a different limit. This limit is arbitrary; | 354 | ** CHANGE it if you need a different limit. This limit is arbitrary; |
355 | ** its only purpose is to stop Lua to consume unlimited stack | 355 | ** its only purpose is to stop Lua from consuming unlimited stack |
356 | ** space (and to reserve some numbers for pseudo-indices). | 356 | ** space (and to reserve some numbers for pseudo-indices). |
357 | */ | 357 | */ |
358 | #if LUAI_BITSINT >= 32 | 358 | #if LUAI_BITSINT >= 32 |