mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Eliminate PARAMS from function pointer declarations.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user