mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
Constify not_just_help_class_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * command.h (not_just_help_class_command): Update. * cli/cli-decode.h (not_just_help_class_command): Update. * cli/cli-decode.c (not_just_help_class_command): Constify.
This commit is contained in:
@@ -440,7 +440,7 @@ add_abbrev_prefix_cmd (const char *name, enum command_class theclass,
|
||||
|
||||
/* This is an empty "cfunc". */
|
||||
void
|
||||
not_just_help_class_command (char *args, int from_tty)
|
||||
not_just_help_class_command (const char *args, int from_tty)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user