diff options
Diffstat (limited to 'gdb/break-cond-parse.c')
-rw-r--r-- | gdb/break-cond-parse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/break-cond-parse.c b/gdb/break-cond-parse.c index caf13a7..04a8895 100644 --- a/gdb/break-cond-parse.c +++ b/gdb/break-cond-parse.c @@ -684,9 +684,7 @@ create_breakpoint_parse_arg_string_tests () } /* namespace selftests */ #endif /* GDB_SELF_TEST */ -void _initialize_break_cond_parse (); -void -_initialize_break_cond_parse () +INIT_GDB_FILE (break_cond_parse) { #if GDB_SELF_TEST selftests::register_test |