summaryrefslogtreecommitdiffstats
path: root/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gc.h')
-rw-r--r--gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.h b/gc.h
index 58d057db..e89e695a 100644
--- a/gc.h
+++ b/gc.h
@@ -87,5 +87,5 @@ INLINE void gc_stack_check(void)
gc_stack_overflow();
}
-val *gc_prot_array_alloc(cnum size, val self);
+val *gc_prot_array_alloc(cnum size);
void gc_prot_array_free(val *);