diff options
author | Gabriel Dos Reis <gdr@codesourcery.com> | 2000-08-22 06:54:54 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2000-08-22 06:54:54 +0000 |
commit | b413d64dedee926fe22855d70647197ab0c7522c (patch) | |
tree | 58da251d2b0356355ede0569a531cdde142081d4 /gcc/diagnostic.h | |
parent | c4a6c0f353b4e56359f0bfc8733ab390efa2416f (diff) | |
download | gcc-b413d64dedee926fe22855d70647197ab0c7522c.zip gcc-b413d64dedee926fe22855d70647197ab0c7522c.tar.gz gcc-b413d64dedee926fe22855d70647197ab0c7522c.tar.bz2 |
diagnostic.h (report_problematic_module): Declare.
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.
From-SVN: r35866
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 e3450ce..e93a77b 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__ */ |