Constify strings in tracepoint.c, lookup_cmd and the completers.
[deliverable/binutils-gdb.git] / gdb / ax-gdb.c
index 74824d373adb697f751b64e034b2e1c34c35fe04..93c87e7e396aa0018e8b9ba9378c0992d09bc92f 100644 (file)
@@ -2603,7 +2603,7 @@ gen_printf (CORE_ADDR scope, struct gdbarch *gdbarch,
 }
 
 static void
-agent_eval_command_one (char *exp, int eval, CORE_ADDR pc)
+agent_eval_command_one (const char *exp, int eval, CORE_ADDR pc)
 {
   struct cleanup *old_chain = 0;
   struct expression *expr;
This page took 0.025783 seconds and 4 git commands to generate.