From 798660c9cddef8a73f68058576e3d47eed2b1a27 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 1 Oct 2014 08:54:56 -0300 Subject: deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) --- ltests.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 56b0d352..5f0fba92 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.38 2014/07/24 14:00:16 roberto Exp roberto $ +** $Id: ltests.h,v 2.39 2014/07/24 19:33:29 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -14,7 +14,7 @@ #undef LUA_COMPAT_MATHLIB #undef LUA_COMPAT_IPAIRS #undef LUA_COMPAT_BITLIB -#undef LUA_COMPAT_APIUNSIGNED +#undef LUA_COMPAT_APIINTCASTS #undef LUA_COMPAT_FLOATSTRING #undef LUA_COMPAT_UNPACK #undef LUA_COMPAT_LOADERS -- cgit v1.2.3-55-g6feb