summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/printgprof.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/printgprof.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/printgprof.c')
-rw-r--r--usr.bin/gprof/printgprof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c
index 80698cf..d9f0d58 100644
--- a/usr.bin/gprof/printgprof.c
+++ b/usr.bin/gprof/printgprof.c
@@ -379,7 +379,7 @@ printname( selfp )
if ( debug & PROPDEBUG ) {
printf( "%5.2f%% " , selfp -> propfraction );
}
-# endif DEBUG
+# endif /* DEBUG */
}
if ( selfp -> cycleno != 0 ) {
printf( " <cycle %d>" , selfp -> cycleno );
@@ -617,7 +617,7 @@ arccmp( thisp , thatp )
thatp -> arc_count , thatchildp -> ncall );
printf( "\n" );
}
-# endif DEBUG
+# endif /* DEBUG */
if ( thisparentp == thischildp ) {
/* this is a self call */
return LESSTHAN;
OpenPOWER on IntegriCloud