From 04265655a8cda2d3402c339fc388f0b225c142fb Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 20 Sep 1999 11:57:29 -0300 Subject: compatibility with old fallback system now provided by external module --- ltm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltm.h') diff --git a/ltm.h b/ltm.h index 3eaea82e..dda28a5a 100644 --- a/ltm.h +++ b/ltm.h @@ -1,5 +1,5 @@ /* -** $Id: ltm.h,v 1.5 1999/01/15 13:11:57 roberto Exp roberto $ +** $Id: ltm.h,v 1.6 1999/08/16 20:52:00 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -57,6 +57,6 @@ void luaT_settagmethod (int t, const char *event, TObject *func); const TObject *luaT_gettagmethod (int t, const char *event); const char *luaT_travtagmethods (int (*fn)(TObject *)); -void luaT_setfallback (void); /* only if LUA_COMPAT2_5 */ +int luaT_validevent (int t, int e); #endif -- cgit v1.2.3-55-g6feb