Constify strings in tracepoint.c, lookup_cmd and the completers.
[deliverable/binutils-gdb.git] / gdb / cp-abi.c
index 366ba30ecfcc9c268a7c6bd78fe5d85c73c61b5b..8e9d545328e534e53243fd58e6f53404d7870ca6 100644 (file)
@@ -318,7 +318,7 @@ set_cp_abi_cmd (char *args, int from_tty)
 
 static VEC (char_ptr) *
 cp_abi_completer (struct cmd_list_element *ignore,
-                 char *text, char *word)
+                 const char *text, const char *word)
 {
   static const char **cp_abi_names;
 
This page took 0.023507 seconds and 4 git commands to generate.