aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-09-19 17:12:47 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-09-19 17:12:47 -0300
commite8f35fc4ff01c09b3529e25caeca047e3e1e3517 (patch)
treedbe5bdbdb9a39343789f057a38a3873420a06d23 /ltm.h
parent6fb0fd506367d70fb83a7885441fc5bd499e937a (diff)
downloadlua-e8f35fc4ff01c09b3529e25caeca047e3e1e3517.tar.gz
lua-e8f35fc4ff01c09b3529e25caeca047e3e1e3517.tar.bz2
lua-e8f35fc4ff01c09b3529e25caeca047e3e1e3517.zip
unification of __index & __gettable (and __newindex & __settable)
Diffstat (limited to '')
-rw-r--r--ltm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ltm.h b/ltm.h
index 168280b7..09f34a25 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 1.38 2002/07/01 17:06:58 roberto Exp roberto $ 2** $Id: ltm.h,v 1.39 2002/08/06 17:06:56 roberto Exp roberto $
3** Tag methods 3** Tag methods
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -20,8 +20,6 @@ typedef enum {
20 TM_NEWINDEX, 20 TM_NEWINDEX,
21 TM_GC, 21 TM_GC,
22 TM_EQ, /* last tag method with `fast' access */ 22 TM_EQ, /* last tag method with `fast' access */
23 TM_GETTABLE,
24 TM_SETTABLE,
25 TM_ADD, 23 TM_ADD,
26 TM_SUB, 24 TM_SUB,
27 TM_MUL, 25 TM_MUL,