diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.207 2014/06/10 19:21:20 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.208 2014/06/24 17:02:00 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 | */ |
@@ -280,6 +280,12 @@ | |||
280 | */ | 280 | */ |
281 | #define LUA_COMPAT_BITLIB | 281 | #define LUA_COMPAT_BITLIB |
282 | 282 | ||
283 | /* | ||
284 | @@ LUA_COMPAT_APIUNSIGNED controls the presence of macros for | ||
285 | ** manipulating unsigned integers (lua_pushunsigned, lua_tounsigned, etc.) | ||
286 | */ | ||
287 | #define LUA_COMPAT_APIUNSIGNED | ||
288 | |||
283 | 289 | ||
284 | /* | 290 | /* |
285 | @@ LUA_COMPAT_FLOATSTRING makes Lua format integral floats without a | 291 | @@ LUA_COMPAT_FLOATSTRING makes Lua format integral floats without a |