* breakpoint.c (insert_catchpoint): Make static.

This commit is contained in:
Daniel Jacobowitz 2003-07-02 16:24:00 +00:00
parent c1da67ba85
commit 3f8091c1f6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-07-02 Daniel Jacobowitz <drow@mvista.com>
* breakpoint.c (insert_catchpoint): Make static.
2003-07-02 Andreas Schwab <schwab@suse.de>
* ia64-tdep.c (ia64_push_dummy_call): Define as combination of

View file

@ -704,7 +704,7 @@ read_memory_nobpt (CORE_ADDR memaddr, char *myaddr, unsigned len)
/* A wrapper function for inserting catchpoints. */
int
static int
insert_catchpoint (struct ui_out *uo, void *args)
{
struct breakpoint *b = (struct breakpoint *) args;