Lint
authorJohn Gilmore <gnu@cygnus>
Mon, 13 Jul 1992 11:59:22 +0000 (11:59 +0000)
committerJohn Gilmore <gnu@cygnus>
Mon, 13 Jul 1992 11:59:22 +0000 (11:59 +0000)
gprof/gprof.c

index 2102e93cfaa8304ce1d79666d5c12492c82c9c93..df5c4c286fe74a637ff27d3177fd5a04d20a4496 100644 (file)
@@ -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;
 
   /*
This page took 0.024619 seconds and 4 git commands to generate.