diff options
author | Jeffrey Oldham <oldham@codesourcery.com> | 2000-12-29 01:45:53 +0000 |
---|---|---|
committer | Jeffrey D. Oldham <oldham@gcc.gnu.org> | 2000-12-29 01:45:53 +0000 |
commit | 328a8516f5a6cdf253e2285659e428c7c2ad9600 (patch) | |
tree | 2c0bb310b8292e982113d8dd0e942e4825551bd2 | |
parent | 3ba35c91c1413680dc6a9bacceff977c6bb032a9 (diff) | |
download | gcc-328a8516f5a6cdf253e2285659e428c7c2ad9600.zip gcc-328a8516f5a6cdf253e2285659e428c7c2ad9600.tar.gz gcc-328a8516f5a6cdf253e2285659e428c7c2ad9600.tar.bz2 |
toplev.h (extern really_sorry): Remove extern declaration for nonexistent function.
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
* toplev.h (extern really_sorry): Remove extern declaration for
nonexistent function.
From-SVN: r38520
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/toplev.h | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c1c8bc..ff7fc42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> + * toplev.h (extern really_sorry): Remove extern declaration for + nonexistent function. + +2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> + * varasm.c (initializer_constant_valid_p): Indicate subtraction of pointers to the same string constant is absolute. diff --git a/gcc/toplev.h b/gcc/toplev.h index fdfa673..99669ec 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 *)); |