summaryrefslogtreecommitdiffstats
path: root/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index fb74f143..db074654 100644
--- a/tree.c
+++ b/tree.c
@@ -237,7 +237,7 @@ static val tn_build_tree(ucnum n, val x)
static void tr_rebuild(struct tree *tr, val node, val parent, ucnum size)
{
#if CONFIG_GEN_GC
- obj_t dummy = { { TNOD, 0, { 0 }, 0 } };
+ obj_t dummy = { { TNOD, 0, 0, { 0 }, 0 } };
#else
obj_t dummy = { { TNOD, { 0 }, 0 } };
#endif