Fix error message in compile-object-load.c
[deliverable/binutils-gdb.git] / gdb / break-catch-throw.c
index e9523a6eb86014a207b74ffbfa137ae6799467d3..07dcc7dc0e7371a2df5255c575d83695287e495f 100644 (file)
@@ -1,6 +1,6 @@
 /* Everything about catch/throw catchpoints, for GDB.
 
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -532,8 +532,9 @@ initialize_throw_catchpoint_ops (void)
   ops->allocate_location = allocate_location_exception_catchpoint;
 }
 
+void _initialize_break_catch_throw ();
 void
-_initialize_break_catch_throw (void)
+_initialize_break_catch_throw ()
 {
   initialize_throw_catchpoint_ops ();
 
This page took 0.028352 seconds and 4 git commands to generate.