Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / symfile.c
index c29ab8e729c9501f7f5d698072b87ec30b7a937b..71fa09bdcc5a62304e02a52a0a87e3b4d9f00252 100644 (file)
@@ -2661,7 +2661,8 @@ show_ext_args (struct ui_file *file, int from_tty,
 }
 
 static void
-set_ext_lang_command (char *args, int from_tty, struct cmd_list_element *e)
+set_ext_lang_command (const char *args,
+                     int from_tty, struct cmd_list_element *e)
 {
   char *cp = ext_args;
   enum language lang;
This page took 0.024288 seconds and 4 git commands to generate.