Commit 328a8516 by Jeffrey Oldham Committed by Jeffrey D. Oldham

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
parent 3ba35c91
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> 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 * varasm.c (initializer_constant_valid_p): Indicate subtraction of
pointers to the same string constant is absolute. pointers to the same string constant is absolute.
......
...@@ -80,8 +80,6 @@ extern void error_with_file_and_line PARAMS ((const char *, int, ...@@ -80,8 +80,6 @@ extern void error_with_file_and_line PARAMS ((const char *, int,
ATTRIBUTE_PRINTF_3; ATTRIBUTE_PRINTF_3;
extern void sorry PARAMS ((const char *, ...)) extern void sorry PARAMS ((const char *, ...))
ATTRIBUTE_PRINTF_1; 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 default_print_error_function PARAMS ((const char *));
extern void report_error_function PARAMS ((const char *)); extern void report_error_function PARAMS ((const char *));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment