diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-09 19:50:35 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-09 19:50:35 -0200 |
commit | b3bb0f132b2a3dba88385f8d71ba3f34252d94e4 (patch) | |
tree | 111d09e92f36a4525ee9a62596925ac6cc9567b0 /ltable.c | |
parent | facfec0687ff20351d3c7520344a722b9149c9ea (diff) | |
download | lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.tar.gz lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.tar.bz2 lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.zip |
new interface for weak modes
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; |