mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Constify new_ui_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * top.c (new_ui_command): Constify.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* top.c (new_ui_command): Constify.
|
||||||
|
|
||||||
2017-09-27 Tom Tromey <tom@tromey.com>
|
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* symfile.c (add_symbol_file_command)
|
* symfile.c (add_symbol_file_command)
|
||||||
|
@ -354,7 +354,7 @@ open_terminal_stream (const char *name)
|
|||||||
/* Implementation of the "new-ui" command. */
|
/* Implementation of the "new-ui" command. */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
new_ui_command (char *args, int from_tty)
|
new_ui_command (const char *args, int from_tty)
|
||||||
{
|
{
|
||||||
struct ui *ui;
|
struct ui *ui;
|
||||||
struct interp *interp;
|
struct interp *interp;
|
||||||
|
Reference in New Issue
Block a user