Constify add_prefix_cmd
[deliverable/binutils-gdb.git] / gdb / macrocmd.c
index 0db43dc76036990410da5385e20158d0c0408744..2bb8705fd6a89ffe080b52fb41b02d0b2e30f0d7 100644 (file)
@@ -33,7 +33,7 @@
 static struct cmd_list_element *macrolist;
 
 static void
-macro_command (char *arg, int from_tty)
+macro_command (const char *arg, int from_tty)
 {
   printf_unfiltered
     ("\"macro\" must be followed by the name of a macro command.\n");
This page took 0.030505 seconds and 4 git commands to generate.