From e3154ef69c94705fd8d97f32a754a1080531b804 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 10 May 2022 08:53:17 +0930 Subject: 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. --- gprof/source.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gprof/source.h') diff --git a/gprof/source.h b/gprof/source.h index 2606581..5eece6b 100644 --- a/gprof/source.h +++ b/gprof/source.h @@ -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 */ -- cgit v1.1