diff options
Diffstat (limited to 'gcc/tree-diagnostic.h')
-rw-r--r-- | gcc/tree-diagnostic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-diagnostic.h b/gcc/tree-diagnostic.h index 0110944..e95183f 100644 --- a/gcc/tree-diagnostic.h +++ b/gcc/tree-diagnostic.h @@ -54,4 +54,7 @@ void virt_loc_aware_diagnostic_finalizer (diagnostic_context *, diagnostic_info *); void tree_diagnostics_defaults (diagnostic_context *context); +bool default_tree_printer (pretty_printer *, text_info *, const char *, + int, bool, bool, bool); + #endif /* ! GCC_TREE_DIAGNOSTIC_H */ |