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.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ltm.h') diff --git a/ltm.h b/ltm.h index 168280b7..09f34a25 100644 --- a/ltm.h +++ b/ltm.h @@ -1,5 +1,5 @@ /* -** $Id: ltm.h,v 1.38 2002/07/01 17:06:58 roberto Exp roberto $ +** $Id: ltm.h,v 1.39 2002/08/06 17:06:56 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -20,8 +20,6 @@ typedef enum { TM_NEWINDEX, TM_GC, TM_EQ, /* last tag method with `fast' access */ - TM_GETTABLE, - TM_SETTABLE, TM_ADD, TM_SUB, TM_MUL, -- cgit v1.2.3-55-g6feb