Constify add_info
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index 5bcab9d525f25a7f8a8da45d5e0f91b4f0efed85..c9ece0d5c044c2e167f19993810eb4a80f48a6a5 100644 (file)
@@ -34,7 +34,6 @@
 #include "block.h"
 #include "dictionary.h"
 
-static void info_common_command (char *, int);
 static void f77_get_dynamic_length_of_aggregate (struct type *);
 
 int f77_array_offset_tbl[MAX_FORTRAN_DIMS + 1][2];
@@ -433,7 +432,7 @@ info_common_command_for_block (const struct block *block, const char *comname,
    given name.  */
 
 static void
-info_common_command (char *comname, int from_tty)
+info_common_command (const char *comname, int from_tty)
 {
   struct frame_info *fi;
   const struct block *block;
This page took 0.0236150000000001 seconds and 4 git commands to generate.