Commit 47e19316 by Mark Mitchell Committed by Mark Mitchell

decl.c (ggc_p): Set it to 1.

	* decl.c (ggc_p): Set it to 1.
	(mark_saved_scope): Add prototype.

From-SVN: r29189
parent 3dd6c3af
1999-09-07 Mark Mitchell <mark@codesourcery.com>
* decl.c (ggc_p): Set it to 1.
(mark_saved_scope): Add prototype.
1999-09-07 Richard Henderson <rth@cygnus.com>
* cp-tree.h (C_PROMOTING_INTEGER_TYPE_P): Delete.
......
......@@ -59,9 +59,9 @@ extern tree global_namespace;
extern int (*valid_lang_attribute) PROTO ((tree, tree, tree, tree));
/* Don't use garbage collection. */
/* Use garbage collection. */
int ggc_p = 0;
int ggc_p = 1;
/* Obstack used for remembering local class declarations (like
enums and static (const) members. */
......@@ -204,6 +204,7 @@ static void push_cp_function_context PROTO((struct function *));
static void pop_cp_function_context PROTO((struct function *));
static void mark_binding_level PROTO((void *));
static void mark_cp_function_context PROTO((struct function *));
static void mark_saved_scope PROTO((void *));
#if defined (DEBUG_CP_BINDING_LEVELS)
static void indent PROTO((void));
......
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