diff options
Diffstat (limited to 'luaconf.h')
-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 |