aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ltm.h b/ltm.h
index 196825b9..237acc7f 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 2.16 2013/04/29 16:56:50 roberto Exp roberto $ 2** $Id: ltm.h,v 2.17 2013/12/16 19:06: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*/
@@ -29,6 +29,9 @@ typedef enum {
29 TM_POW, 29 TM_POW,
30 TM_DIV, 30 TM_DIV,
31 TM_IDIV, 31 TM_IDIV,
32 TM_BAND,
33 TM_BOR,
34 TM_BXOR,
32 TM_UNM, 35 TM_UNM,
33 TM_LT, 36 TM_LT,
34 TM_LE, 37 TM_LE,