aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.h
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@codesourcery.com>2000-08-22 06:54:54 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2000-08-22 06:54:54 +0000
commitb413d64dedee926fe22855d70647197ab0c7522c (patch)
tree58da251d2b0356355ede0569a531cdde142081d4 /gcc/diagnostic.h
parentc4a6c0f353b4e56359f0bfc8733ab390efa2416f (diff)
downloadgcc-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.h2
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__ */