Constify add_info
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index 43abf13bc3e3a750f7de93ba7dad973333574daa..eb9da74e7c680375cc34f35b5f6a5f093084c7a2 100644 (file)
@@ -561,7 +561,7 @@ compare_selectors (const void *a, const void *b)
  */
 
 static void
-info_selectors_command (char *regexp, int from_tty)
+info_selectors_command (const char *regexp, int from_tty)
 {
   struct objfile       *objfile;
   struct minimal_symbol *msymbol;
@@ -723,7 +723,7 @@ compare_classes (const void *a, const void *b)
  */
 
 static void
-info_classes_command (char *regexp, int from_tty)
+info_classes_command (const char *regexp, int from_tty)
 {
   struct objfile       *objfile;
   struct minimal_symbol *msymbol;
This page took 0.023257 seconds and 4 git commands to generate.