summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-05 23:29:32 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-05 23:29:32 +0000
commit4b3830350f297136078fd8227015a0e5fe30ae85 (patch)
tree53c3350f9f5be9c056d2d39f776fc62a2b497f05 /gcc/ggc-page.c
parenta07c4742b0613f6b3893bf9c9e8a006d8fae6cca (diff)
downloadgcc-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.c2
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. */