mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* utils.c (error_begin): Make static.
* defs.h (error_begin): Delete declaration. * linespec.c (cplusplus_error): Replace cplusplus_hint. (decode_line_1): Use cplusplus_error instead of error_begin, cplusplus_hint and return_to_top_level. * coffread.c (coff_symfile_read): Use error instead of error_begin and return_to_top_level. * infrun.c (default_skip_permanent_breakpoint): Ditto.
This commit is contained in:
@@ -1068,9 +1068,6 @@ extern NORETURN void verror (const char *fmt, va_list ap) ATTR_NORETURN;
|
||||
|
||||
extern NORETURN void error (const char *fmt, ...) ATTR_NORETURN;
|
||||
|
||||
/* DEPRECATED: Use error(), verror() or error_stream(). */
|
||||
extern NORETURN void error_begin (void);
|
||||
|
||||
extern NORETURN void error_stream (struct ui_file *) ATTR_NORETURN;
|
||||
|
||||
/* Returns a freshly allocate buffer containing the last error
|
||||
|
||||
Reference in New Issue
Block a user