diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-22 06:54:54 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-22 06:54:54 +0000 |
commit | 5e3153b08ae4676c23fec9014b43fa9a8dba5d04 (patch) | |
tree | 58da251d2b0356355ede0569a531cdde142081d4 /gcc/diagnostic.h | |
parent | 9721a5c3cd2e7d3a3aea2ab2791a6f870346c043 (diff) | |
download | gcc-5e3153b08ae4676c23fec9014b43fa9a8dba5d04.tar.gz |
2000-08-22 Gabriel Dos Reis <gdr@codesourcery.com>
* diagnostic.h (report_problematic_module): Declare.
* diagnostic.c (report_problematic_module): New function.
(report_error_function): Tweak.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35866 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index e3450ce46ed..e93a77b3b12 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -195,6 +195,6 @@ int error_module_changed PARAMS ((void)); void record_last_error_module PARAMS ((void)); int error_function_changed PARAMS ((void)); void record_last_error_function PARAMS ((void)); - +void report_problematic_module PARAMS ((output_buffer *)); #endif /* __GCC_DIAGNOSTIC_H__ */ |