Constify show_convenience
[deliverable/binutils-gdb.git] / gdb / value.c
index 1fd9cc9a7d01bcf08a9ec01e026c94d19a9e8643..d0871ef5bb2a291ad4042504e2b306acfc9a6059 100644 (file)
@@ -885,8 +885,6 @@ value_contents_eq (const struct value *val1, LONGEST offset1,
 
 static void show_values (char *, int);
 
-static void show_convenience (char *, int);
-
 
 /* The value-history records all the values printed
    by print commands during this session.  Each chunk
@@ -2661,7 +2659,7 @@ preserve_values (struct objfile *objfile)
 }
 
 static void
-show_convenience (char *ignore, int from_tty)
+show_convenience (const char *ignore, int from_tty)
 {
   struct gdbarch *gdbarch = get_current_arch ();
   struct internalvar *var;
This page took 0.033357 seconds and 4 git commands to generate.