summaryrefslogtreecommitdiff
path: root/allchblk.c
diff options
context:
space:
mode:
Diffstat (limited to 'allchblk.c')
-rw-r--r--allchblk.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/allchblk.c b/allchblk.c
index 9ed51782..440b0510 100644
--- a/allchblk.c
+++ b/allchblk.c
@@ -18,7 +18,11 @@
#include <stdio.h>
-GC_bool GC_use_entire_heap = 0;
+#ifdef GC_USE_ENTIRE_HEAP
+ int GC_use_entire_heap = TRUE;
+#else
+ int GC_use_entire_heap = FALSE;
+#endif
/*
* Free heap blocks are kept on one of several free lists,