toplev.h (extern really_sorry): Remove extern declaration for nonexistent function.
authorJeffrey Oldham <oldham@codesourcery.com>
Fri, 29 Dec 2000 01:45:53 +0000 (01:45 +0000)
committerJeffrey D. Oldham <oldham@gcc.gnu.org>
Fri, 29 Dec 2000 01:45:53 +0000 (01:45 +0000)
2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>

* toplev.h (extern really_sorry): Remove extern declaration for
        nonexistent function.

From-SVN: r38520

gcc/ChangeLog
gcc/toplev.h

index 5c1c8bcf050963e29ad5dfa3870c8fa248c91f8d..ff7fc425acd49a6035a1515614829a950b13215c 100644 (file)
@@ -1,3 +1,8 @@
+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
index fdfa6730b9396acf3d4fb413c4ab86b024293c2e..99669ecc8bf73a1970a078ca5bce7c4ae1315a19 100644 (file)
@@ -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 *));