diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-03-19 19:00:04 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-03-19 19:00:04 +0000 |
commit | 12b9c64f8d77af4c1d938e2a3e278b9ee41ca19f (patch) | |
tree | d87fae326c52e35655203a09cf9fe4da4f76ff18 /gdb/top.h | |
parent | 858bc62deeda09c4f11eb59a4eec4cb6d9ff1133 (diff) | |
download | gdb-12b9c64f8d77af4c1d938e2a3e278b9ee41ca19f.zip gdb-12b9c64f8d77af4c1d938e2a3e278b9ee41ca19f.tar.gz gdb-12b9c64f8d77af4c1d938e2a3e278b9ee41ca19f.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/top.h')
-rw-r--r-- | gdb/top.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |