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 39790c58..36577531 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltm.h,v 1.33 2002/05/27 20:35:40 roberto Exp roberto $
+** $Id: ltm.h,v 1.34 2002/06/12 14:51:31 roberto Exp roberto $
** Tag methods
** See Copyright Notice in lua.h
*/
@@ -20,6 +20,7 @@ typedef enum {
TM_INDEX,
TM_NEWINDEX,
TM_GC,
+ TM_EQ,
TM_WEAKMODE, /* last tag method with `fast' access */
TM_ADD,
TM_SUB,