gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.sh
[deliverable/binutils-gdb.git] / gdb / reverse.c
index fbffa5227dfa93f00b4f51f48f96c309e162b5d8..1ccb9d27971928f55f62220909708a1c9ec0a4d7 100644 (file)
@@ -322,8 +322,9 @@ info_bookmarks_command (const char *args, int from_tty)
     }
 }
 
+void _initialize_reverse ();
 void
-_initialize_reverse (void)
+_initialize_reverse ()
 {
   add_com ("reverse-step", class_run, reverse_step, _("\
 Step program backward until it reaches the beginning of another source line.\n\
This page took 0.025102 seconds and 4 git commands to generate.