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:
parent
2cf311ebad
commit
32faf971cd
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* symfile.c (add_symbol_file_command)
|
||||
|
|
|
@ -354,7 +354,7 @@ open_terminal_stream (const char *name)
|
|||
/* Implementation of the "new-ui" command. */
|
||||
|
||||
static void
|
||||
new_ui_command (char *args, int from_tty)
|
||||
new_ui_command (const char *args, int from_tty)
|
||||
{
|
||||
struct ui *ui;
|
||||
struct interp *interp;
|
||||
|
|
Loading…
Add table
Reference in a new issue