OSDN Git Service

* c-decl.c (ggc_p): Enable.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 1999 06:57:07 +0000 (06:57 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 1999 06:57:07 +0000 (06:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29851 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-decl.c

index e8d81ba..2d39ca4 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 75ad2ba..b6facc7 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.  */