diff options
Diffstat (limited to 'gcc/cp/cp-tree.h')
| -rw-r--r-- | gcc/cp/cp-tree.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 4971b7999d4..4d243b4a53b 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -2253,6 +2253,9 @@ extern int current_class_depth;  extern tree current_lang_name;  extern tree lang_name_cplusplus, lang_name_c, lang_name_java; +/* The low-water mark on the class-cache obstack.  */ +extern char *class_cache_firstobj; +  /* Points to the name of that function. May not be the DECL_NAME     of CURRENT_FUNCTION_DECL due to overloading */  extern tree original_function_name; @@ -2744,7 +2747,7 @@ extern void push_lang_context			PROTO((tree));  extern void pop_lang_context			PROTO((void));  extern tree instantiate_type			PROTO((tree, tree, int));  extern void print_class_statistics		PROTO((void)); -extern void maybe_push_cache_obstack		PROTO((void)); +extern void push_cache_obstack		        PROTO((void));  extern unsigned HOST_WIDE_INT skip_rtti_stuff	PROTO((tree *, tree));  extern void build_self_reference		PROTO((void));  extern void warn_hidden				PROTO((tree));  | 

