diff options
-rw-r--r-- | luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.176 2013/03/16 21:10:18 roberto Exp $ | 2 | ** $Id: luaconf.h,v 1.176.1.1 2013/04/12 18:48:47 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 | */ |
@@ -326,7 +326,7 @@ | |||
326 | 326 | ||
327 | 327 | ||
328 | /* | 328 | /* |
329 | @@ LUA_INT32 is an signed integer with exactly 32 bits. | 329 | @@ LUA_INT32 is a signed integer with exactly 32 bits. |
330 | @@ LUAI_UMEM is an unsigned integer big enough to count the total | 330 | @@ LUAI_UMEM is an unsigned integer big enough to count the total |
331 | @* memory used by Lua. | 331 | @* memory used by Lua. |
332 | @@ LUAI_MEM is a signed integer big enough to count the total memory | 332 | @@ LUAI_MEM is a signed integer big enough to count the total memory |
@@ -350,7 +350,7 @@ | |||
350 | /* | 350 | /* |
351 | @@ LUAI_MAXSTACK limits the size of the Lua stack. | 351 | @@ LUAI_MAXSTACK limits the size of the Lua stack. |
352 | ** CHANGE it if you need a different limit. This limit is arbitrary; | 352 | ** CHANGE it if you need a different limit. This limit is arbitrary; |
353 | ** its only purpose is to stop Lua to consume unlimited stack | 353 | ** its only purpose is to stop Lua from consuming unlimited stack |
354 | ** space (and to reserve some numbers for pseudo-indices). | 354 | ** space (and to reserve some numbers for pseudo-indices). |
355 | */ | 355 | */ |
356 | #if LUAI_BITSINT >= 32 | 356 | #if LUAI_BITSINT >= 32 |