diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-05 23:29:32 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-05 23:29:32 +0000 |
commit | 4b3830350f297136078fd8227015a0e5fe30ae85 (patch) | |
tree | 53c3350f9f5be9c056d2d39f776fc62a2b497f05 /gcc/ggc-page.c | |
parent | a07c4742b0613f6b3893bf9c9e8a006d8fae6cca (diff) | |
download | gcc-4b3830350f297136078fd8227015a0e5fe30ae85.tar.gz |
* ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29833 138bc75d-0d04-0410-961f-82ee72b054a4
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 80967d25c6d..6b8e4684664 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. */ |