summaryrefslogtreecommitdiff
path: root/boehm-gc/gc_priv.h
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-07 00:43:49 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-07 00:43:49 +0000
commitff457641f1961586e13e4b95b4f000c8b2615f99 (patch)
tree0d22c55f1ff05d1e504f0d4e95fc271a3ca6203f /boehm-gc/gc_priv.h
parent9fd99fa7fb2136182a2f4d6c4184807febd5d6a4 (diff)
downloadgcc-ff457641f1961586e13e4b95b4f000c8b2615f99.tar.gz
2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.0alpha7. * acinclude.m4: Update version to 5.0a7. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33750 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/gc_priv.h')
-rw-r--r--boehm-gc/gc_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/gc_priv.h b/boehm-gc/gc_priv.h
index f26d485ea57..22e9728c8a6 100644
--- a/boehm-gc/gc_priv.h
+++ b/boehm-gc/gc_priv.h
@@ -1415,7 +1415,7 @@ extern GC_bool GC_objects_are_marked; /* There are marked objects in */
extern GC_bool GC_incremental;
/* Using incremental/generational collection. */
#else
-# define GC_incremental TRUE
+# define GC_incremental FALSE
/* Hopefully allow optimizer to remove some code. */
#endif