* cp-tree.h (print_class_statistics): Restore.
From-SVN: r47094
This commit is contained in:
parent
74808218ae
commit
08f3a861a0
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-11-16 Neil Booth <neil@daikokuya.demon.co.uk>
|
||||
|
||||
* cp-tree.h (print_class_statistics): Restore.
|
||||
|
||||
2001-11-15 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* method.c (use_thunk): Don't emit debugging information for thunks.
|
||||
|
|
|
@ -3533,6 +3533,7 @@ extern int current_lang_depth PARAMS ((void));
|
|||
extern void push_lang_context PARAMS ((tree));
|
||||
extern void pop_lang_context PARAMS ((void));
|
||||
extern tree instantiate_type PARAMS ((tree, tree, enum instantiate_type_flags));
|
||||
extern void print_class_statistics PARAMS ((void));
|
||||
extern void cxx_print_statistics PARAMS ((void));
|
||||
extern void cxx_print_xnode PARAMS ((FILE *, tree, int));
|
||||
extern void cxx_print_decl PARAMS ((FILE *, tree, int));
|
||||
|
|
Loading…
Add table
Reference in a new issue