aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/ltm.h b/ltm.h
index c99bd59d..d6eab0eb 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 1.36 2002/06/24 20:17:59 roberto Exp roberto $ 2** $Id: ltm.h,v 1.37 2002/06/25 19:17:22 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*/
@@ -10,6 +10,13 @@
10 10
11#include "lobject.h" 11#include "lobject.h"
12 12
13
14/*
15** Important: garbage collection uses two extra bits of `Table.flags'
16** (after TM_MODE), so the maximum number of `fast tag methods' is six
17** (at least while `flags' is a byte).
18*/
19
13/* 20/*
14* WARNING: if you change the order of this enumeration, 21* WARNING: if you change the order of this enumeration,
15* grep "ORDER TM" 22* grep "ORDER TM"