aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 75ad2ba..b6facc7 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -70,8 +70,8 @@ enum decl_context
#define WCHAR_TYPE "int"
#endif
-/* 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. */