From e8f35fc4ff01c09b3529e25caeca047e3e1e3517 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 19 Sep 2002 17:12:47 -0300 Subject: unification of __index & __gettable (and __newindex & __settable) --- ltm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ltm.c') diff --git a/ltm.c b/ltm.c index 65e0a8da..8270b3e3 100644 --- a/ltm.c +++ b/ltm.c @@ -1,5 +1,5 @@ /* -** $Id: ltm.c,v 1.100 2002/08/06 17:06:56 roberto Exp roberto $ +** $Id: ltm.c,v 1.101 2002/08/30 19:09:21 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -27,7 +27,6 @@ void luaT_init (lua_State *L) { static const char *const luaT_eventname[] = { /* ORDER TM */ "__index", "__newindex", "__gc", "__eq", - "__gettable", "__settable", "__add", "__sub", "__mul", "__div", "__pow", "__unm", "__lt", "__le", "__concat", "__call" -- cgit v1.2.3-55-g6feb