Eliminate PARAMS from function pointer declarations.
This commit is contained in:
parent
450005e7c2
commit
507f3c78fb
53 changed files with 238 additions and 233 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue