diff options
-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 |