From a77d263e86feea55529800028f960d7124c1385f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 26 Jun 2014 15:38:28 -0300 Subject: unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) deprecated --- luaconf.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 45451660..65ee1eff 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.207 2014/06/10 19:21:20 roberto Exp roberto $ +** $Id: luaconf.h,v 1.208 2014/06/24 17:02:00 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -280,6 +280,12 @@ */ #define LUA_COMPAT_BITLIB +/* +@@ LUA_COMPAT_APIUNSIGNED controls the presence of macros for +** manipulating unsigned integers (lua_pushunsigned, lua_tounsigned, etc.) +*/ +#define LUA_COMPAT_APIUNSIGNED + /* @@ LUA_COMPAT_FLOATSTRING makes Lua format integral floats without a -- cgit v1.2.3-55-g6feb