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 b24b470e..255171f5 100644
--- a/gc.h
+++ b/gc.h
@@ -33,8 +33,8 @@ val make_obj(void);
void gc(void);
int gc_state(int);
void gc_mark(val);
+void gc_conservative_mark(val);
int gc_is_reachable(val);
-int gc_is_heap_obj(union obj *ptr);
#if CONFIG_GEN_GC
val gc_set(loc, val);