* ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
authorPaul Burchard <burchard@pobox.com>
Tue, 5 Oct 1999 23:29:32 +0000 (23:29 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 5 Oct 1999 23:29:32 +0000 (23:29 +0000)
From-SVN: r29833

gcc/ChangeLog
gcc/ggc-page.c

index 2a249a0aa50f9e2c923e7646b89a59d34f20d549..89a9770eddd8570df2a7b60cde344bd34e19c8e5 100644 (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.
index 80967d25c6df0ad678a351e0029bb723bbac7961..6b8e46846645780696805d60576d31c6d24593bd 100644 (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.  */