eventtable' renamed to metatable'

This commit is contained in:
Roberto Ierusalimschy
2002-01-30 15:26:44 -02:00
parent 50e2952593
commit d6fd33e76f
13 changed files with 69 additions and 69 deletions

View File

@@ -53,8 +53,8 @@ struct lua_longjmp; /* defined in ldo.c */
** reserve init of stack to store some global values
*/
/* default event table (both for tables and udata) */
#define defaultet(L) (L->stack)
/* default meta table (both for tables and udata) */
#define defaultmeta(L) (L->stack)
/* table of globals */
#define gt(L) (L->stack + 1)