mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-10 01:25:30 +08:00
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:
@ -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>
|
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* cp-support.c (first_component_command): Constify.
|
* cp-support.c (first_component_command): Constify.
|
||||||
|
@ -1078,7 +1078,7 @@ cp_lookup_transparent_type_loop (const char *name,
|
|||||||
obsolete. */
|
obsolete. */
|
||||||
|
|
||||||
static void
|
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"));
|
printf_unfiltered (_("The `maint namespace' command was removed.\n"));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user