* c-decl.c (ggc_p): Enable.
authorRichard Henderson <rth@cygnus.com>
Thu, 7 Oct 1999 06:57:07 +0000 (23:57 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 7 Oct 1999 06:57:07 +0000 (23:57 -0700)
From-SVN: r29851

gcc/ChangeLog
gcc/c-decl.c

index e8d81ba2f9a84415104c48d91b7776cc7d5b5cca..2d39ca46d544d5e37fbbefce5968c595ffb7cc4e 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
+
+       * c-decl.c (ggc_p): Enable.
+
 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * flow.c (verify_flow_info): Make it extern & unconditionally define.
index 75ad2bac0b79ae04f11d3371edd41d30740b9fe4..b6facc753cae81cecf03143fffc813bc53a8d43a 100644 (file)
@@ -70,8 +70,8 @@ enum decl_context
 #define WCHAR_TYPE "int"
 #endif
 \f
-/* Don't do GC.  */
-int ggc_p = 0;
+/* Do GC.  */
+int ggc_p = 1;
 
 /* Nonzero if we have seen an invalid cross reference
    to a struct, union, or enum, but not yet printed the message.  */