Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / record.c
index f4df1de3b2a14a8bca1df6fb9990af4dc21297f7..94600eb5e7ee48ed1ee4b8ab79406eb1112fbdd2 100644 (file)
@@ -1,6 +1,6 @@
 /* Process record and replay target for GDB, the GNU debugger.
 
-   Copyright (C) 2008-2019 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -772,8 +772,9 @@ set_record_call_history_size (const char *args, int from_tty,
                         &record_call_history_size);
 }
 
+void _initialize_record ();
 void
-_initialize_record (void)
+_initialize_record ()
 {
   struct cmd_list_element *c;
 
This page took 0.023909 seconds and 4 git commands to generate.