diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 23c5ce8..97ae231 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -1276,7 +1276,7 @@ extern int depth_reached; #endif void -print_lang_statistics () +cxx_print_statistics () { print_search_statistics (); print_class_statistics (); |