gdb/testsuite: Add compiler options parameter to function_range helper
[deliverable/binutils-gdb.git] / gdb / break-catch-throw.c
index 87b38b3b6017c8666bc419a4401eb7f84721cfc4..07dcc7dc0e7371a2df5255c575d83695287e495f 100644 (file)
@@ -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.032997 seconds and 4 git commands to generate.