From: Paul Burchard Date: Tue, 5 Oct 1999 23:29:32 +0000 (+0000) Subject: * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85f88abf55f4d7713dea14cce407278c58d82262;p=gcc.git * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing. From-SVN: r29833 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a249a0aa50..89a9770eddd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 5 16:34:12 1999 Paul Burchard + + * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing. + Tue Oct 5 16:14:40 1999 Michael Meissner * libgcc1-test.c (toplevel): Include stddef.h to get size_t. 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. */