* symfile.c (compare_psymbols, compare_symbols): Declare using

PTR, as in the definition.
* minsyms.c (compare_minimal_symbols): Likewise.
* coffread.c (find_targ_sec): Likewise.
* elfread.c (free_elfinfo, elf_locate_sections): Likewise.
* mipsread.c (alphacoff_locate_sections): Likewise.
* mdebugread.c (compare_blocks): Likewise.
This commit is contained in:
Alexandre Oliva
2001-05-29 10:45:10 +00:00
parent ad53e288d3
commit 09d011c5ca
6 changed files with 11 additions and 6 deletions

View File

@@ -378,7 +378,7 @@ static PTR xzalloc (unsigned int);
static void sort_blocks (struct symtab *);
static int compare_blocks (const void *, const void *);
static int compare_blocks (const PTR, const PTR);
static struct partial_symtab *new_psymtab (char *, struct objfile *);