Constify strings in tracepoint.c, lookup_cmd and the completers.
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.h
index 47e3a3b0b28e6281883f900b95adc4db6a5fa42b..bf4dd1d56138adc61a4619eb7d369161ea748df1 100644 (file)
@@ -59,7 +59,7 @@ struct cmd_list_element
     struct cmd_list_element *next;
 
     /* Name of this command.  */
-    char *name;
+    const char *name;
 
     /* Command class; class values are chosen by application program.  */
     enum command_class class;
This page took 0.023335 seconds and 4 git commands to generate.