summaryrefslogtreecommitdiff
path: root/ltable.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltable.c')
-rw-r--r--ltable.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ltable.c b/ltable.c
index f58d6dfb..04b3db35 100644
--- a/ltable.c
+++ b/ltable.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltable.c,v 1.120 2002/11/07 15:37:10 roberto Exp roberto $ 2** $Id: ltable.c,v 1.121 2002/11/13 11:31:39 roberto Exp roberto $
3** Lua tables (hash) 3** Lua tables (hash)
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -304,7 +304,6 @@ Table *luaH_new (lua_State *L, int narray, int lnhash) {
304 luaC_link(L, valtogco(t), LUA_TTABLE); 304 luaC_link(L, valtogco(t), LUA_TTABLE);
305 t->metatable = hvalue(defaultmeta(L)); 305 t->metatable = hvalue(defaultmeta(L));
306 t->flags = cast(lu_byte, ~0); 306 t->flags = cast(lu_byte, ~0);
307 t->mode = 0;
308 /* temporary values (kept only if some malloc fails) */ 307 /* temporary values (kept only if some malloc fails) */
309 t->array = NULL; 308 t->array = NULL;
310 t->sizearray = 0; 309 t->sizearray = 0;