* breakpoint.c (set_raw_breakpoint_without_location): Make static.

This commit is contained in:
Joel Brobecker 2007-11-05 18:24:29 +00:00
parent 9b70b9936e
commit c40e75cd6e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-05 Joel Brobecker <brobecker@adacore.com>
* breakpoint.c (set_raw_breakpoint_without_location): Make static.
2007-11-05 Joel Brobecker <brobecker@adacore.com>
* breakpoint.h (create_solib_load_event_breakpoint)

View File

@ -4319,7 +4319,7 @@ static void free_bp_location (struct bp_location *loc)
/* Helper to set_raw_breakpoint below. Creates a breakpoint
that has type BPTYPE and has no locations as yet. */
struct breakpoint *
static struct breakpoint *
set_raw_breakpoint_without_location (enum bptype bptype)
{
struct breakpoint *b, *b1;