From 6f936bc7931662d0460d47ad73eca308ba5fab2f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 2 Oct 2001 13:43:54 -0300 Subject: "compatibility module" no longer exists --- ltm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltm.h') diff --git a/ltm.h b/ltm.h index 5913ead6..36f5fbc1 100644 --- a/ltm.h +++ b/ltm.h @@ -1,5 +1,5 @@ /* -** $Id: ltm.h,v 1.26 2001/07/12 18:11:58 roberto Exp roberto $ +** $Id: ltm.h,v 1.27 2001/08/27 15:13:59 roberto Exp $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -74,7 +74,6 @@ void luaT_init (lua_State *L); int luaT_newtag (lua_State *L, const l_char *name, int basictype); const l_char *luaT_typename (global_State *G, const TObject *o); int luaT_tag (const TObject *o); -int luaT_validevent (int t, int e); /* used by compatibility module */ #endif -- cgit v1.2.3-55-g6feb