* ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Oct 1999 23:29:32 +0000 (23:29 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Oct 1999 23:29:32 +0000 (23:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29833 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ggc-page.c

index 2a249a0..89a9770 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 80967d2..6b8e468 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.  */