diff options
Diffstat (limited to 'gprof/utils.c')
-rw-r--r-- | gprof/utils.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gprof/utils.c b/gprof/utils.c index 0f54a61..146e1f3 100644 --- a/gprof/utils.c +++ b/gprof/utils.c @@ -39,8 +39,7 @@ * Print name of symbol. Return number of characters printed. */ int -print_name_only (self) - Sym *self; +print_name_only (Sym *self) { const char *name = self->name; const char *filename; @@ -99,8 +98,7 @@ print_name_only (self) void -print_name (self) - Sym *self; +print_name (Sym *self) { print_name_only (self); |