diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index b0e7039ca1d..1eaa893c0df 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1576,8 +1576,8 @@ default_pch_valid_p (const void *data_p, size_t len) } /* Default tree printer. Handles declarations only. */ -static bool -default_tree_printer (pretty_printer * pp, text_info *text, const char *spec, +bool +default_tree_printer (pretty_printer *pp, text_info *text, const char *spec, int precision, bool wide, bool set_locus, bool hash) { tree t; |