summaryrefslogtreecommitdiffstats
path: root/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gc.h')
-rw-r--r--gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc.h b/gc.h
index 99e0938d..51452243 100644
--- a/gc.h
+++ b/gc.h
@@ -25,6 +25,7 @@
*/
void gc_init(val *stack_bottom);
+void gc_late_init(void);
val prot1(val *loc);
void rel1(val *loc);
void protect(val *, ...);