Commit 0f695c37 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r29851
parent 201b6183
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment