diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index d7aeae3f5bd..c80c4531b2e 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -7396,7 +7396,7 @@ ignore_command (args, from_tty) static void map_breakpoint_numbers (args, function) char *args; - void (*function) PARAMS ((struct breakpoint *)); + void (*function) (struct breakpoint *); { register char *p = args; char *p1; |