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 8fc83a4e..b1b29e0d 100644
--- a/gc.h
+++ b/gc.h
@@ -38,7 +38,7 @@ int gc_is_reachable(val);
#if CONFIG_GEN_GC
val gc_set(val *, val);
val gc_push(val, val *);
-void gc_mutated(val);
+val gc_mutated(val);
#endif
void unmark(void);