Commit 85f88abf by Paul Burchard Committed by Mark Mitchell

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

From-SVN: r29833
parent 820f6e3a
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment