* c-decl.c (ggc_p): Enable.

From-SVN: r29851
This commit is contained in:
Richard Henderson 1999-10-06 23:57:07 -07:00 committed by Richard Henderson
parent 201b6183d2
commit 0f695c379e
2 changed files with 6 additions and 2 deletions

View 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.

View file

@ -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. */