summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/aout.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-05-30 21:18:01 +0000
committerwollman <wollman@FreeBSD.org>2002-05-30 21:18:01 +0000
commit0e6b4b2400baba8b4439c902fff94d37adae6210 (patch)
tree9e2e70fd8cf989c08e7d8841fd105a5977aa308f /usr.bin/gprof/aout.c
parent1116ad074f220f063066380619dac288603d89d0 (diff)
downloadFreeBSD-src-0e6b4b2400baba8b4439c902fff94d37adae6210.zip
FreeBSD-src-0e6b4b2400baba8b4439c902fff94d37adae6210.tar.gz
Fix preprocessor directive syntax (text after #endif).
The style of this program is still atrocious (not fixed).
Diffstat (limited to 'usr.bin/gprof/aout.c')
-rw-r--r--usr.bin/gprof/aout.c6
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++;
}
OpenPOWER on IntegriCloud