mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2005-01-14 Andrew Cagney <cagney@gnu.org>
* utils.c (error_output_message): Delete function. * defs.h (error_output_message): Delete declaration.
This commit is contained in:
@ -893,9 +893,6 @@ extern NORETURN void error (const char *fmt, ...) ATTR_NORETURN ATTR_FORMAT (pri
|
||||
|
||||
extern NORETURN void error_stream (struct ui_file *) ATTR_NORETURN;
|
||||
|
||||
/* Output arbitrary error message. */
|
||||
extern void error_output_message (char *pre_print, char *msg);
|
||||
|
||||
extern NORETURN void vfatal (const char *fmt, va_list ap) ATTR_NORETURN;
|
||||
|
||||
extern NORETURN void fatal (const char *fmt, ...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
|
||||
|
Reference in New Issue
Block a user