summaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltm.h b/ltm.h
index 6ae743f0..21eff396 100644
--- a/ltm.h
+++ b/ltm.h
@@ -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,