mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 13:53:45 +08:00
* symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
(multiple_symbols_cancel): Remove extra const. * symtab.h: Likewise.
This commit is contained in:
@ -998,9 +998,9 @@ extern int asm_demangle;
|
||||
|
||||
/* symtab.c lookup functions */
|
||||
|
||||
extern const char const multiple_symbols_ask[];
|
||||
extern const char const multiple_symbols_all[];
|
||||
extern const char const multiple_symbols_cancel[];
|
||||
extern const char multiple_symbols_ask[];
|
||||
extern const char multiple_symbols_all[];
|
||||
extern const char multiple_symbols_cancel[];
|
||||
|
||||
const char *multiple_symbols_select_mode (void);
|
||||
|
||||
|
Reference in New Issue
Block a user