Constify strings in tracepoint.c, lookup_cmd and the completers.
[deliverable/binutils-gdb.git] / gdb / python / py-auto-load.c
index a8cb79cfbd3afb1907d41eb04140d95f8f2b0019..53a8eb5eb3d525335365749bc59192f100286693 100644 (file)
@@ -242,7 +242,7 @@ void
 gdbpy_initialize_auto_load (void)
 {
   struct cmd_list_element *cmd;
-  char *cmd_name;
+  const char *cmd_name;
 
   add_setshow_boolean_cmd ("python-scripts", class_support,
                           &auto_load_python_scripts, _("\
This page took 0.023713 seconds and 4 git commands to generate.