diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-09-19 17:12:47 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-09-19 17:12:47 -0300 |
commit | e8f35fc4ff01c09b3529e25caeca047e3e1e3517 (patch) | |
tree | dbe5bdbdb9a39343789f057a38a3873420a06d23 /ltm.h | |
parent | 6fb0fd506367d70fb83a7885441fc5bd499e937a (diff) | |
download | lua-e8f35fc4ff01c09b3529e25caeca047e3e1e3517.tar.gz lua-e8f35fc4ff01c09b3529e25caeca047e3e1e3517.tar.bz2 lua-e8f35fc4ff01c09b3529e25caeca047e3e1e3517.zip |
unification of __index & __gettable (and __newindex & __settable)
Diffstat (limited to '')
-rw-r--r-- | ltm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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, |