diff options
Diffstat (limited to 'ltm.h')
-rw-r--r-- | ltm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltm.h,v 1.42 2003/12/01 18:22:56 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 2.1 2003/12/10 12:13:36 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 | */ |
@@ -25,6 +25,7 @@ typedef enum { | |||
25 | TM_SUB, | 25 | TM_SUB, |
26 | TM_MUL, | 26 | TM_MUL, |
27 | TM_DIV, | 27 | TM_DIV, |
28 | TM_MOD, | ||
28 | TM_POW, | 29 | TM_POW, |
29 | TM_UNM, | 30 | TM_UNM, |
30 | TM_LT, | 31 | TM_LT, |