gdb: Convert language skip_trampoline field to a method
[deliverable/binutils-gdb.git] / gdb / complaints.c
index c5b5471ee181a5980265fdc0d83a7fdf1819e8be..45f3e5027d875e5615fee37235354ea5a65cf169 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for complaint handling during symbol reading in GDB.
 
-   Copyright (C) 1990-2019 Free Software Foundation, Inc.
+   Copyright (C) 1990-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -74,8 +74,9 @@ complaints_show_value (struct ui_file *file, int from_tty,
                    value);
 }
 
+void _initialize_complaints ();
 void
-_initialize_complaints (void)
+_initialize_complaints ()
 {
   add_setshow_zinteger_cmd ("complaints", class_support, 
                            &stop_whining, _("\
This page took 0.024659 seconds and 4 git commands to generate.