diff options
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/gprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c index 2102e93..df5c4c2 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -656,7 +656,7 @@ funcsymbol( symp ) { extern char *strtab; /* string table from a.out */ extern int aflag; /* if static functions aren't desired */ - char *name; + CONST char *name; int i; /* |