From b413d64dedee926fe22855d70647197ab0c7522c Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Tue, 22 Aug 2000 06:54:54 +0000 Subject: diagnostic.h (report_problematic_module): Declare. 2000-08-22 Gabriel Dos Reis * diagnostic.h (report_problematic_module): Declare. * diagnostic.c (report_problematic_module): New function. (report_error_function): Tweak. From-SVN: r35866 --- gcc/diagnostic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/diagnostic.h') 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__ */ -- cgit v1.1