diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-12-19 11:31:12 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-12-19 11:31:12 -0200 |
| commit | 570143bf886f317a3081ff23993f914e1144637d (patch) | |
| tree | 1c1d9d527e370e13e42bb93db716c1ed316d4744 | |
| parent | 1465edf341431cc24777ee2e3be5a78ac1c8206a (diff) | |
| download | lua-570143bf886f317a3081ff23993f914e1144637d.tar.gz lua-570143bf886f317a3081ff23993f914e1144637d.tar.bz2 lua-570143bf886f317a3081ff23993f914e1144637d.zip | |
comment
| -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.234 2014/12/16 16:20:01 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.235 2014/12/16 17:17:30 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 | */ |
| @@ -109,7 +109,7 @@ | |||
| 109 | 109 | ||
| 110 | #if defined(LUA_32BITS) /* { */ | 110 | #if defined(LUA_32BITS) /* { */ |
| 111 | /* | 111 | /* |
| 112 | ** Small Lua (32-bit integers and 'float') | 112 | ** 32-bit integers and 'float' |
| 113 | */ | 113 | */ |
| 114 | #if LUAI_BITSINT >= 32 /* use 'int' if big enough */ | 114 | #if LUAI_BITSINT >= 32 /* use 'int' if big enough */ |
| 115 | #define LUA_INT_INT | 115 | #define LUA_INT_INT |
