Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / reverse.c
index f2d2bf029b83fdaef9343fdc2eedb0728c3cc10f..1ccb9d27971928f55f62220909708a1c9ec0a4d7 100644 (file)
@@ -1,6 +1,6 @@
 /* Reverse execution and reverse debugging.
 
-   Copyright (C) 2006-2019 Free Software Foundation, Inc.
+   Copyright (C) 2006-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.025659 seconds and 4 git commands to generate.