mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* coffread.c: Remove redundant static declarations. Replace
occurrences of `PTR' with `void *'. * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise. * top.h (quit_cover): Likewise. * defs.h (catch_errors): Likewise.
This commit is contained in:
@@ -44,7 +44,7 @@ extern void simplified_command_loop (char *(*read_input_func) (char *),
|
||||
extern int quit_confirm (void);
|
||||
extern void quit_force (char *, int);
|
||||
extern void quit_command (char *, int);
|
||||
extern int quit_cover (PTR);
|
||||
extern int quit_cover (void *);
|
||||
extern void execute_command (char *, int);
|
||||
|
||||
/* This function returns a pointer to the string that is used
|
||||
|
||||
Reference in New Issue
Block a user