Constify maintenance_cplus_namespace

gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

	* cp-namespace.c (maintenance_cplus_namespace): Constify.
This commit is contained in:
Tom Tromey 2017-09-09 21:23:03 -06:00
parent 4a47555179
commit 32a7bf17c9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-09-27 Tom Tromey <tom@tromey.com>
* cp-namespace.c (maintenance_cplus_namespace): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
* cp-support.c (first_component_command): Constify.

View File

@ -1078,7 +1078,7 @@ cp_lookup_transparent_type_loop (const char *name,
obsolete. */
static void
maintenance_cplus_namespace (char *args, int from_tty)
maintenance_cplus_namespace (const char *args, int from_tty)
{
printf_unfiltered (_("The `maint namespace' command was removed.\n"));
}