summaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index 214cdf56..c520f493 100644
--- a/struct.c
+++ b/struct.c
@@ -205,7 +205,7 @@ val make_struct_type(val name, val super,
st->initfun = initfun;
st->boactor = boactor;
- gc_finalize(stype, struct_type_finalize_f);
+ gc_finalize(stype, struct_type_finalize_f, nil);
for (sl = 0, stsl = STATIC_SLOT_BASE, iter = all_slots;
iter;