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 51452243..c00d857b 100644
--- a/gc.h
+++ b/gc.h
@@ -39,6 +39,7 @@ int gc_is_reachable(val);
39val gc_set(loc, val); 39val gc_set(loc, val);
40val gc_push(val, loc); 40val gc_push(val, loc);
41val gc_mutated(val); 41val gc_mutated(val);
42extern int full_gc;
42#endif 43#endif
43 44
44void unmark(void); 45void unmark(void);