From b3bb0f132b2a3dba88385f8d71ba3f34252d94e4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 9 Jan 2002 19:50:35 -0200 Subject: new interface for weak modes --- ltable.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ltable.c') 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) { t->next = G(L)->roottable; G(L)->roottable = t; t->mark = t; - t->weakmode = 0; t->flags = cast(unsigned short, ~0); /* temporary values (kept only if some malloc fails) */ t->array = NULL; -- cgit v1.2.3-55-g6feb