aboutsummaryrefslogtreecommitdiff
path: root/ltable.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltable.c')
-rw-r--r--ltable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ltable.c b/ltable.c
index 12d46e02..5d8d8f6e 100644
--- a/ltable.c
+++ b/ltable.c
@@ -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;