diff options
Diffstat (limited to 'usr.bin/gprof/aout.c')
-rw-r--r-- | usr.bin/gprof/aout.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 4dda4c5..3521359 100644 --- a/usr.bin/gprof/aout.c +++ b/usr.bin/gprof/aout.c @@ -92,7 +92,7 @@ aout_getnfile(const char *filename, char ***defaultEs) printf("[getnfile] 0X%08lx\t%s\n", nl[j].value, nl[j].name); } } -# endif DEBUG +# endif /* DEBUG */ *defaultEs = excludes; return 0; } @@ -160,7 +160,7 @@ getsymtab(FILE *nfile, const char *filename) printf( "[getsymtab] rejecting: 0x%x %s\n" , nbuf.n_type , strtab + nbuf.n_un.n_strx ); } -# endif DEBUG +# endif /* DEBUG */ continue; } npe->value = nbuf.n_value; @@ -170,7 +170,7 @@ getsymtab(FILE *nfile, const char *filename) printf( "[getsymtab] %d %s 0x%08lx\n" , nname , npe -> name , npe -> value ); } -# endif DEBUG +# endif /* DEBUG */ npe++; nname++; } |