summaryrefslogtreecommitdiffstats
path: root/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gc.h')
-rw-r--r--gc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gc.h b/gc.h
index ba7c5777..345cdadb 100644
--- a/gc.h
+++ b/gc.h
@@ -43,6 +43,8 @@ val gc_mutated(val);
void unmark(void);
void gc_hint_func(val *);
+extern int gc_enabled;
+
#if EXTRA_DEBUGGING
val break_obj;
#endif