mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Constify user_defined_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * cli/cli-script.c (user_defined_command): Constify.
This commit is contained in:
@@ -1401,7 +1401,7 @@ validate_comname (char **comname)
|
||||
|
||||
/* This is just a placeholder in the command data structures. */
|
||||
static void
|
||||
user_defined_command (char *ignore, int from_tty)
|
||||
user_defined_command (const char *ignore, int from_tty)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user