aboutsummaryrefslogtreecommitdiff
path: root/ltm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-03 11:58:26 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-03 11:58:26 -0300
commit3c9d999424520c809e05bee11d81788b488434f6 (patch)
tree7556d9ea10bda42b226aec4dd956753467cc0864 /ltm.h
parentf7840a3e0bc07813246b2bad6bf4579848187908 (diff)
downloadlua-3c9d999424520c809e05bee11d81788b488434f6.tar.gz
lua-3c9d999424520c809e05bee11d81788b488434f6.tar.bz2
lua-3c9d999424520c809e05bee11d81788b488434f6.zip
many details (most by lhf).
Diffstat (limited to 'ltm.h')
-rw-r--r--ltm.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ltm.h b/ltm.h
index 3d517e3e..21eec17c 100644
--- a/ltm.h
+++ b/ltm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.h,v 1.8 1999/11/22 13:12:07 roberto Exp roberto $ 2** $Id: ltm.h,v 1.9 2000/02/22 18:12:46 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*/
@@ -30,11 +30,10 @@ typedef enum {
30 IM_LT, 30 IM_LT,
31 IM_CONCAT, 31 IM_CONCAT,
32 IM_GC, 32 IM_GC,
33 IM_FUNCTION 33 IM_FUNCTION,
34 IM_N /* number of elements in the enum */
34} IMS; 35} IMS;
35 36
36#define IM_N 15
37
38 37
39struct IM { 38struct IM {
40 TObject int_method[IM_N]; 39 TObject int_method[IM_N];