forked from Imagelibrary/binutils-gdb
Eliminate PARAMS from function pointer declarations.
This commit is contained in:
@@ -46,7 +46,7 @@ void args_info (char *, int);
|
||||
|
||||
void locals_info (char *, int);
|
||||
|
||||
void (*selected_frame_level_changed_hook) PARAMS ((int));
|
||||
void (*selected_frame_level_changed_hook) (int);
|
||||
|
||||
void _initialize_stack (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user