aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include/private/gc_priv.h
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@gcc.gnu.org>2000-05-07 00:59:01 +0100
committerBryce McKinlay <bryce@gcc.gnu.org>2000-05-07 00:59:01 +0100
commit179977c13abc237a74de8ff8db74ff892186c68e (patch)
treebf63ddd6f851df65a31a370541fbdecfd301b4bc /boehm-gc/include/private/gc_priv.h
parent5a3c491c8e9ec258ff37a58de522b6f535ea4ade (diff)
downloadgcc-179977c13abc237a74de8ff8db74ff892186c68e.zip
gcc-179977c13abc237a74de8ff8db74ff892186c68e.tar.gz
gcc-179977c13abc237a74de8ff8db74ff892186c68e.tar.bz2
This commit was generated by cvs2svn to compensate for changes in r33746,
which included commits to RCS files with non-trunk default branches. From-SVN: r33747
Diffstat (limited to 'boehm-gc/include/private/gc_priv.h')
-rw-r--r--boehm-gc/include/private/gc_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/include/private/gc_priv.h b/boehm-gc/include/private/gc_priv.h
index eabb85f..ce68587 100644
--- a/boehm-gc/include/private/gc_priv.h
+++ b/boehm-gc/include/private/gc_priv.h
@@ -1405,7 +1405,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