diff options
Diffstat (limited to 'ltm.h')
| -rw-r--r-- | ltm.h | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltm.h,v 1.32 2002/05/20 19:51:06 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 1.33 2002/05/27 20:35:40 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,7 +20,7 @@ typedef enum { | |||
| 20 | TM_INDEX, | 20 | TM_INDEX, |
| 21 | TM_NEWINDEX, | 21 | TM_NEWINDEX, |
| 22 | TM_GC, | 22 | TM_GC, |
| 23 | TM_WEAKMODE, | 23 | TM_WEAKMODE, /* last tag method with `fast' access */ |
| 24 | TM_ADD, | 24 | TM_ADD, |
| 25 | TM_SUB, | 25 | TM_SUB, |
| 26 | TM_MUL, | 26 | TM_MUL, |
| @@ -28,6 +28,7 @@ typedef enum { | |||
| 28 | TM_POW, | 28 | TM_POW, |
| 29 | TM_UNM, | 29 | TM_UNM, |
| 30 | TM_LT, | 30 | TM_LT, |
| 31 | TM_LE, | ||
| 31 | TM_CONCAT, | 32 | TM_CONCAT, |
| 32 | TM_CALL, | 33 | TM_CALL, |
| 33 | TM_N /* number of elements in the enum */ | 34 | TM_N /* number of elements in the enum */ |
