Constify add_com
[deliverable/binutils-gdb.git] / gdb / infrun.c
index d425664957aca36952f9d02397593ab9901ace6f..b041ff1199df65675867f9f322ce508304ef3135 100644 (file)
@@ -72,8 +72,6 @@
 
 static void info_signals_command (char *, int);
 
-static void handle_command (char *, int);
-
 static void sig_print_info (enum gdb_signal);
 
 static void sig_print_header (void);
@@ -8468,7 +8466,7 @@ sig_print_info (enum gdb_signal oursig)
 /* Specify how various signals in the inferior should be handled.  */
 
 static void
-handle_command (char *args, int from_tty)
+handle_command (const char *args, int from_tty)
 {
   int digits, wordlen;
   int sigfirst, signum, siglast;
This page took 0.023627 seconds and 4 git commands to generate.