diff options
Diffstat (limited to 'ltable.c')
-rw-r--r-- | ltable.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -274,7 +274,6 @@ Table *luaH_new (lua_State *L, int narray, int lnhash) { | |||
274 | t->next = G(L)->roottable; | 274 | t->next = G(L)->roottable; |
275 | G(L)->roottable = t; | 275 | G(L)->roottable = t; |
276 | t->mark = t; | 276 | t->mark = t; |
277 | t->weakmode = 0; | ||
278 | t->flags = cast(unsigned short, ~0); | 277 | t->flags = cast(unsigned short, ~0); |
279 | /* temporary values (kept only if some malloc fails) */ | 278 | /* temporary values (kept only if some malloc fails) */ |
280 | t->array = NULL; | 279 | t->array = NULL; |