Constify delete_bookmark_command
authorTom Tromey <tom@tromey.com>
Wed, 13 Sep 2017 03:09:47 +0000 (21:09 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:54 +0000 (08:44 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* reverse.c (delete_bookmark_command): Constify.

gdb/ChangeLog
gdb/reverse.c

index 37a6635db7672f4b713265139061c3ac6746114b..b3a66117441b2ff5dab265e9df69d02c300fe779 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * reverse.c (delete_bookmark_command): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * remote.c (set_memory_packet_size)
index 80e414ab763f5797bd0a8aabe01186b67ffec3a9..e7ef5c379274e96aa3aa8c10208bf8a4e7696b46 100644 (file)
@@ -201,7 +201,7 @@ delete_all_bookmarks (void)
 }
 
 static void
-delete_bookmark_command (char *args, int from_tty)
+delete_bookmark_command (const char *args, int from_tty)
 {
   if (bookmark_chain == NULL)
     {