metatables for all types

This commit is contained in:
Roberto Ierusalimschy
2005-05-05 12:34:03 -03:00
parent 65f4a0f636
commit 6cf85dcc90
7 changed files with 45 additions and 14 deletions

3
ltm.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: ltm.h,v 2.2 2005/03/08 18:00:16 roberto Exp roberto $
** $Id: ltm.h,v 2.3 2005/04/25 19:24:10 roberto Exp roberto $
** Tag methods
** See Copyright Notice in lua.h
*/
@@ -28,6 +28,7 @@ typedef enum {
TM_MOD,
TM_POW,
TM_UNM,
TM_SIZ,
TM_LT,
TM_LE,
TM_CONCAT,