aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ltm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ltm.h b/ltm.h
index 168280b7..09f34a25 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 1.38 2002/07/01 17:06:58 roberto Exp roberto $ 2** $Id: ltm.h,v 1.39 2002/08/06 17:06:56 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*/
@@ -20,8 +20,6 @@ typedef enum {
20 TM_NEWINDEX, 20 TM_NEWINDEX,
21 TM_GC, 21 TM_GC,
22 TM_EQ, /* last tag method with `fast' access */ 22 TM_EQ, /* last tag method with `fast' access */
23 TM_GETTABLE,
24 TM_SETTABLE,
25 TM_ADD, 23 TM_ADD,
26 TM_SUB, 24 TM_SUB,
27 TM_MUL, 25 TM_MUL,