diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-03-25 16:50:20 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-03-25 16:50:20 +0000 |
commit | da2a1c36aed0b986720650a93283c4c07b5cceed (patch) | |
tree | a12875a97e402f9792dd2d8c8078e46cf7837cb6 /gdb/top.h | |
parent | 76266e684d7f899c278526dcac32ba68d17fd0ca (diff) | |
download | gdb-da2a1c36aed0b986720650a93283c4c07b5cceed.zip gdb-da2a1c36aed0b986720650a93283c4c07b5cceed.tar.gz gdb-da2a1c36aed0b986720650a93283c4c07b5cceed.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 |