* ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
From-SVN: r29833
This commit is contained in:
parent
820f6e3ac9
commit
85f88abf55
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user