diff options
author | Lua Team <team@lua.org> | 2015-02-26 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2015-02-26 12:00:00 +0000 |
commit | 4fd8751bd02b0618b975504491e2221ced98c8d4 (patch) | |
tree | ce972c3b21c96d9e7dfa59a4745e4fa0e6a18168 /src/luaconf.h | |
parent | 357e7cdc32cd4224b03748e4f284857e47f70a68 (diff) | |
download | lua-github-5.2.x.tar.gz |
Diffstat (limited to 'src/luaconf.h')
-rw-r--r-- | src/luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/luaconf.h b/src/luaconf.h index 18be9a9e..1b0ff59f 100644 --- a/src/luaconf.h +++ b/src/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.176.1.1 2013/04/12 18:48:47 roberto Exp $ +** $Id: luaconf.h,v 1.176.1.2 2013/11/21 17:26:16 roberto Exp $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -326,7 +326,7 @@ /* -@@ LUA_INT32 is an signed integer with exactly 32 bits. +@@ LUA_INT32 is a signed integer with exactly 32 bits. @@ LUAI_UMEM is an unsigned integer big enough to count the total @* memory used by Lua. @@ LUAI_MEM is a signed integer big enough to count the total memory @@ -350,7 +350,7 @@ /* @@ LUAI_MAXSTACK limits the size of the Lua stack. ** CHANGE it if you need a different limit. This limit is arbitrary; -** its only purpose is to stop Lua to consume unlimited stack +** its only purpose is to stop Lua from consuming unlimited stack ** space (and to reserve some numbers for pseudo-indices). */ #if LUAI_BITSINT >= 32 |