aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-01 08:54:56 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-01 08:54:56 -0300
commit798660c9cddef8a73f68058576e3d47eed2b1a27 (patch)
treea0aef60fd2f6910ea7ecf6be127f9035e9ce3e07 /ltests.h
parent34b6664dcb28b18ca3f08ed5e36da094b007eb7b (diff)
downloadlua-798660c9cddef8a73f68058576e3d47eed2b1a27.tar.gz
lua-798660c9cddef8a73f68058576e3d47eed2b1a27.tar.bz2
lua-798660c9cddef8a73f68058576e3d47eed2b1a27.zip
deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltests.h b/ltests.h
index 56b0d352..5f0fba92 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.h,v 2.38 2014/07/24 14:00:16 roberto Exp roberto $ 2** $Id: ltests.h,v 2.39 2014/07/24 19:33:29 roberto Exp roberto $
3** Internal Header for Debugging of the Lua Implementation 3** Internal Header for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -14,7 +14,7 @@
14#undef LUA_COMPAT_MATHLIB 14#undef LUA_COMPAT_MATHLIB
15#undef LUA_COMPAT_IPAIRS 15#undef LUA_COMPAT_IPAIRS
16#undef LUA_COMPAT_BITLIB 16#undef LUA_COMPAT_BITLIB
17#undef LUA_COMPAT_APIUNSIGNED 17#undef LUA_COMPAT_APIINTCASTS
18#undef LUA_COMPAT_FLOATSTRING 18#undef LUA_COMPAT_FLOATSTRING
19#undef LUA_COMPAT_UNPACK 19#undef LUA_COMPAT_UNPACK
20#undef LUA_COMPAT_LOADERS 20#undef LUA_COMPAT_LOADERS