From 62824137d65aec32654f0cd91f900b1d470fa959 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 17 Apr 2000 16:23:12 -0300 Subject: no more `seterrormethod' function --- lbuiltin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lbuiltin.h') diff --git a/lbuiltin.h b/lbuiltin.h index 031bcd82..bf2376d3 100644 --- a/lbuiltin.h +++ b/lbuiltin.h @@ -1,5 +1,5 @@ /* -** $Id: lbuiltin.h,v 1.5 1999/12/28 19:23:41 roberto Exp roberto $ +** $Id: lbuiltin.h,v 1.6 2000/03/03 14:58:26 roberto Exp roberto $ ** Built-in functions ** See Copyright Notice in lua.h */ @@ -32,7 +32,6 @@ void luaB_rawgetglobal (lua_State *L); void luaB_rawgettable (lua_State *L); void luaB_rawsetglobal (lua_State *L); void luaB_rawsettable (lua_State *L); -void luaB_seterrormethod (lua_State *L); void luaB_setglobal (lua_State *L); void luaB_settag (lua_State *L); void luaB_settagmethod (lua_State *L); -- cgit v1.2.3-55-g6feb