aboutsummaryrefslogtreecommitdiff
path: root/ltable.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-09 19:50:35 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-09 19:50:35 -0200
commitb3bb0f132b2a3dba88385f8d71ba3f34252d94e4 (patch)
tree111d09e92f36a4525ee9a62596925ac6cc9567b0 /ltable.c
parentfacfec0687ff20351d3c7520344a722b9149c9ea (diff)
downloadlua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.tar.gz
lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.tar.bz2
lua-b3bb0f132b2a3dba88385f8d71ba3f34252d94e4.zip
new interface for weak modes
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;