diff options
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, |