From e885b91326986f1b5a341e9ff1444c4f46c6241a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 10 Nov 2010 15:38:10 -0200 Subject: 'luaL_typeerror' deprecated --- luaconf.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 3305434b..a3a820c1 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.148 2010/10/29 17:52:46 roberto Exp roberto $ +** $Id: luaconf.h,v 1.149 2010/11/03 15:16:17 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -278,9 +278,6 @@ #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) -/* compatibility with previous wrong spelling */ -#define luaL_typerror luaL_typeerror - /* @@ LUA_COMPAT_MODULE controls compatibility with previous ** module functions 'module' (Lua) and 'luaL_register' (C). -- cgit v1.2.3-55-g6feb