Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / source.c
index b0bb4827bf4657d2d59a84b80a94426998e098c7..d9d3da051e358cc136349aef332fd9401ef94d0b 100644 (file)
@@ -314,7 +314,8 @@ select_source_symtab (struct symtab *s)
    path list.  The theory is that set(show(dir)) should be a no-op.  */
 
 static void
-set_directories_command (char *args, int from_tty, struct cmd_list_element *c)
+set_directories_command (const char *args,
+                        int from_tty, struct cmd_list_element *c)
 {
   /* This is the value that was set.
      It needs to be processed to maintain $cdir:$cwd and remove dups.  */
This page took 0.023629 seconds and 4 git commands to generate.