Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / interps.c
index 17b0982fe86a8912b07cbe9176bd1e0ead8d7a1b..8c01091e50b90feab8cd547fc56558762b219dbf 100644 (file)
@@ -1,6 +1,6 @@
 /* Manages interpreters for GDB, the GNU debugger.
 
-   Copyright (C) 2000-2019 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
 
    Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc.
 
@@ -439,8 +439,9 @@ current_interpreter (void)
 }
 
 /* This just adds the "interpreter-exec" command.  */
+void _initialize_interpreter ();
 void
-_initialize_interpreter (void)
+_initialize_interpreter ()
 {
   struct cmd_list_element *c;
 
This page took 0.043424 seconds and 4 git commands to generate.