forked from Imagelibrary/binutils-gdb
gprof: remove use of PTR
* basic_blocks.c: Replace uses of PTR with void * throughout. * cg_arcs.c: Likewise. * cg_print.c: Likewise. * hist.c: Likewise. * source.h: Likewise. * symtab.c: Likewise.
This commit is contained in:
@@ -58,6 +58,6 @@ extern Source_File *source_file_lookup_name (const char *);
|
||||
is not stdout, it should be closed when done with it. */
|
||||
extern FILE *annotate_source
|
||||
(Source_File *sf, unsigned int max_width,
|
||||
void (*annote) (char *, unsigned int, int, PTR arg),
|
||||
PTR arg);
|
||||
void (*annote) (char *, unsigned int, int, void *),
|
||||
void *arg);
|
||||
#endif /* source_h */
|
||||
|
||||
Reference in New Issue
Block a user