This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

typo in ggc-page.c


Note that cccp does not warn about such typos unless you use -pedantic .

--- ggc-page.c.orig	Tue Oct  5 05:53:41 1999
+++ ggc-page.c	Tue Oct  5 07:20:50 1999
@@ -66,7 +66,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.  */

-- 
----------------------------------------------------------------------
Paul Burchard   <burchard@pobox.com>   http://www.pobox.com/~burchard/
----------------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]