aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Burchard <burchard@pobox.com>1999-10-05 23:29:32 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-10-05 23:29:32 +0000
commit85f88abf55f4d7713dea14cce407278c58d82262 (patch)
tree53c3350f9f5be9c056d2d39f776fc62a2b497f05
parent820f6e3ac90c9d7e2370d0bc5f0c7ae549c49662 (diff)
downloadgcc-85f88abf55f4d7713dea14cce407278c58d82262.zip
gcc-85f88abf55f4d7713dea14cce407278c58d82262.tar.gz
gcc-85f88abf55f4d7713dea14cce407278c58d82262.tar.bz2
* ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
From-SVN: r29833
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/ggc-page.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2a249a0..89a9770 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 5 16:34:12 1999 Paul Burchard <burchard@pobox.com>
+
+ * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
+
Tue Oct 5 16:14:40 1999 Michael Meissner <meissner@cygnus.com>
* libgcc1-test.c (toplevel): Include stddef.h to get size_t.
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. */