* ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.

From-SVN: r29833
This commit is contained in:
Paul Burchard 1999-10-05 23:29:32 +00:00 committed by Mark Mitchell
parent 820f6e3ac9
commit 85f88abf55
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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. */