* c-decl.c (ggc_p): Enable.
From-SVN: r29851
This commit is contained in:
parent
201b6183d2
commit
0f695c379e
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue