From fdfd5b44ee48a5497181d0bcaa89586b12a48eb4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 24 Jun 2002 17:18:38 -0300 Subject: TM_GETTABLE/TM_SETTABLE don't need fast access anymore --- ltm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ltm.c') diff --git a/ltm.c b/ltm.c index ea402aac..25bebc82 100644 --- a/ltm.c +++ b/ltm.c @@ -1,5 +1,5 @@ /* -** $Id: ltm.c,v 1.94 2002/06/12 14:51:31 roberto Exp roberto $ +** $Id: ltm.c,v 1.95 2002/06/13 13:39:55 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -25,8 +25,9 @@ const char *const luaT_typenames[] = { void luaT_init (lua_State *L) { static const char *const luaT_eventname[] = { /* ORDER TM */ - "__gettable", "__settable", "__index", "__newindex", + "__index", "__newindex", "__gc", "__eq", "__weakmode", + "__gettable", "__settable", "__add", "__sub", "__mul", "__div", "__pow", "__unm", "__lt", "__le", "__concat", "__call" -- cgit v1.2.3-55-g6feb