summaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index d3dd1f3c..0f7fc785 100644
--- a/gc.c
+++ b/gc.c
@@ -90,7 +90,7 @@ static val mutobj[MUTOBJ_VEC_SIZE];
static int mutobj_idx;
static val freshobj[FRESHOBJ_VEC_SIZE];
static int freshobj_idx;
-static int full_gc;
+int full_gc;
#endif
#if EXTRA_DEBUGGING