@@ -274,7 +274,6 @@ Table *luaH_new (lua_State *L, int narray, int lnhash) {
t->next=G(L)->roottable;
G(L)->roottable=t;
t->mark=t;
t->weakmode=0;
t->flags=cast(unsignedshort,~0);
/* temporary values (kept only if some malloc fails) */
t->array=NULL;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.