Add per-unit obstack
[deliverable/binutils-gdb.git] / gdb / valprint.c
index 4f80ee0dfe3b0e7fbb9ae0042c8bf5b25f3bd5f4..f26a87da3bd46f947cf2994e3b405bc58a93b786 100644 (file)
@@ -1,6 +1,6 @@
 /* Print values for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -3262,8 +3262,9 @@ make_value_print_options_def_group (value_print_options *opts)
   return {{value_print_option_defs}, opts};
 }
 
+void _initialize_valprint ();
 void
-_initialize_valprint (void)
+_initialize_valprint ()
 {
   cmd_list_element *cmd;
 
This page took 0.023676 seconds and 4 git commands to generate.