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 237acc7f..a25247cc 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 2.17 2013/12/16 19:06:52 roberto Exp roberto $ 2** $Id: ltm.h,v 2.18 2013/12/18 14:12:03 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*/
@@ -32,7 +32,10 @@ typedef enum {
32 TM_BAND, 32 TM_BAND,
33 TM_BOR, 33 TM_BOR,
34 TM_BXOR, 34 TM_BXOR,
35 TM_SHL,
36 TM_SHR,
35 TM_UNM, 37 TM_UNM,
38 TM_BNOT,
36 TM_LT, 39 TM_LT,
37 TM_LE, 40 TM_LE,
38 TM_CONCAT, 41 TM_CONCAT,