mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
Eliminate PARAMS from function pointer declarations.
This commit is contained in:
@@ -1365,8 +1365,8 @@ display_trace (low, high)
|
||||
}
|
||||
}
|
||||
|
||||
extern void (*target_resume_hook) PARAMS ((void));
|
||||
extern void (*target_wait_loop_hook) PARAMS ((void));
|
||||
extern void (*target_resume_hook) (void);
|
||||
extern void (*target_wait_loop_hook) (void);
|
||||
|
||||
void
|
||||
_initialize_d30v_tdep ()
|
||||
|
||||
Reference in New Issue
Block a user