diff options
author | Paul Burchard <burchard@pobox.com> | 1999-10-05 23:29:32 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-10-05 23:29:32 +0000 |
commit | 85f88abf55f4d7713dea14cce407278c58d82262 (patch) | |
tree | 53c3350f9f5be9c056d2d39f776fc62a2b497f05 /gcc/ggc-page.c | |
parent | 820f6e3ac90c9d7e2370d0bc5f0c7ae549c49662 (diff) | |
download | gcc-85f88abf55f4d7713dea14cce407278c58d82262.zip gcc-85f88abf55f4d7713dea14cce407278c58d82262.tar.gz gcc-85f88abf55f4d7713dea14cce407278c58d82262.tar.bz2 |
* ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
From-SVN: r29833
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r-- | gcc/ggc-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 80967d2..6b8e468 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -67,7 +67,7 @@ ggc_collect is invoked. Otherwise, collection is performed only when a significant amount of memory has been allocated since the last collection. */ -#undef GGC_ALWAYS_COLLECT. +#undef GGC_ALWAYS_COLLECT /* If ENABLE_CHECKING is defined, enable GGC_POISON and GGC_ALWAYS_COLLECT automatically. */ |