many details (most by lhf).

This commit is contained in:
Roberto Ierusalimschy
2000-03-03 11:58:26 -03:00
parent f7840a3e0b
commit 3c9d999424
32 changed files with 283 additions and 296 deletions

7
ltm.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: ltm.h,v 1.8 1999/11/22 13:12:07 roberto Exp roberto $
** $Id: ltm.h,v 1.9 2000/02/22 18:12:46 roberto Exp roberto $
** Tag methods
** See Copyright Notice in lua.h
*/
@@ -30,11 +30,10 @@ typedef enum {
IM_LT,
IM_CONCAT,
IM_GC,
IM_FUNCTION
IM_FUNCTION,
IM_N /* number of elements in the enum */
} IMS;
#define IM_N 15
struct IM {
TObject int_method[IM_N];