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 27c534f9..2bc51fe6 100644
--- a/gc.h
+++ b/gc.h
@@ -53,7 +53,7 @@ void gc_free_all(void);
extern int gc_enabled;
extern val **gc_prot_top;
-#if EXTRA_DEBUGGING
+#if CONFIG_EXTRA_DEBUGGING
extern val break_obj;
#endif