eventtable' renamed to metatable'
This commit is contained in:
2
ltable.c
2
ltable.c
@@ -273,7 +273,7 @@ static void rehash (lua_State *L, Table *t) {
|
||||
|
||||
Table *luaH_new (lua_State *L, int narray, int lnhash) {
|
||||
Table *t = luaM_new(L, Table);
|
||||
t->eventtable = hvalue(defaultet(L));
|
||||
t->metatable = hvalue(defaultmeta(L));
|
||||
t->next = G(L)->roottable;
|
||||
G(L)->roottable = t;
|
||||
t->mark = t;
|
||||
|
||||
Reference in New Issue
Block a user