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 2.13 2013/04/25 15:59:42 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 2.14 2013/04/25 16:07:52 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 | */ |
@@ -26,6 +26,7 @@ typedef enum { | |||
26 | TM_SUB, | 26 | TM_SUB, |
27 | TM_MUL, | 27 | TM_MUL, |
28 | TM_DIV, | 28 | TM_DIV, |
29 | TM_IDIV, | ||
29 | TM_MOD, | 30 | TM_MOD, |
30 | TM_POW, | 31 | TM_POW, |
31 | TM_UNM, | 32 | TM_UNM, |