Constify first_component_command
authorTom Tromey <tom@tromey.com>
Sun, 10 Sep 2017 03:22:52 +0000 (21:22 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:22 +0000 (08:44 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* cp-support.c (first_component_command): Constify.

gdb/ChangeLog
gdb/cp-support.c

index 004e3db1cf38f3bec83846ef19deccd00b152635..a9bd5452d6fae3f06356a966cfba2930701487c4 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * cp-support.c (first_component_command): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * psymtab.c (maintenance_print_psymbols)
index aa0229f6d9ec886b6ef040d0743879d369dacd70..6b5f2a3c5b3866be022a2a39608f4f8297b2eb3c 100644 (file)
@@ -68,7 +68,6 @@ struct cmd_list_element *maint_cplus_cmd_list = NULL;
 /* The actual commands.  */
 
 static void maint_cplus_command (char *arg, int from_tty);
-static void first_component_command (char *arg, int from_tty);
 
 /* A list of typedefs which should not be substituted by replace_typedefs.  */
 static const char * const ignore_typedefs[] =
@@ -1611,7 +1610,7 @@ maint_cplus_command (char *arg, int from_tty)
    cp_find_first_component.  */
 
 static void
-first_component_command (char *arg, int from_tty)
+first_component_command (const char *arg, int from_tty)
 {
   int len;  
   char *prefix;