diff options
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltm.h,v 1.35 2002/06/13 13:39:55 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 1.36 2002/06/24 20:17:59 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 | */ |
@@ -19,7 +19,7 @@ typedef enum { | |||
19 | TM_NEWINDEX, | 19 | TM_NEWINDEX, |
20 | TM_GC, | 20 | TM_GC, |
21 | TM_EQ, | 21 | TM_EQ, |
22 | TM_WEAKMODE, /* last tag method with `fast' access */ | 22 | TM_MODE, /* last tag method with `fast' access */ |
23 | TM_GETTABLE, | 23 | TM_GETTABLE, |
24 | TM_SETTABLE, | 24 | TM_SETTABLE, |
25 | TM_ADD, | 25 | TM_ADD, |