diff options
Diffstat (limited to 'gcc/tree-diagnostic.h')
-rw-r--r-- | gcc/tree-diagnostic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-diagnostic.h b/gcc/tree-diagnostic.h index 7d88089069f..6b8e8e6e437 100644 --- a/gcc/tree-diagnostic.h +++ b/gcc/tree-diagnostic.h @@ -52,5 +52,6 @@ along with GCC; see the file COPYING3. If not see void default_tree_diagnostic_starter (diagnostic_context *, diagnostic_info *); extern void diagnostic_report_current_function (diagnostic_context *, diagnostic_info *); - +void virt_loc_aware_diagnostic_finalizer (diagnostic_context *, + diagnostic_info *); #endif /* ! GCC_TREE_DIAGNOSTIC_H */ |