From: Jeffrey Oldham Date: Fri, 29 Dec 2000 01:45:53 +0000 (+0000) Subject: toplev.h (extern really_sorry): Remove extern declaration for nonexistent function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=328a8516f5a6cdf253e2285659e428c7c2ad9600;p=gcc.git toplev.h (extern really_sorry): Remove extern declaration for nonexistent function. 2000-12-28 Jeffrey Oldham * toplev.h (extern really_sorry): Remove extern declaration for nonexistent function. From-SVN: r38520 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c1c8bcf050..ff7fc425acd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-12-28 Jeffrey Oldham + + * toplev.h (extern really_sorry): Remove extern declaration for + nonexistent function. + 2000-12-28 Jeffrey Oldham * varasm.c (initializer_constant_valid_p): Indicate subtraction of diff --git a/gcc/toplev.h b/gcc/toplev.h index fdfa6730b93..99669ecc8bf 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -80,8 +80,6 @@ extern void error_with_file_and_line PARAMS ((const char *, int, ATTRIBUTE_PRINTF_3; extern void sorry PARAMS ((const char *, ...)) ATTRIBUTE_PRINTF_1; -extern void really_sorry PARAMS ((const char *, ...)) - ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN; extern void default_print_error_function PARAMS ((const char *)); extern void report_error_function PARAMS ((const char *));