diff options
author | Bruce Evans <bde@FreeBSD.org> | 2002-02-21 10:34:52 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-21 10:34:52 +0000 |
commit | 07ac83f0b053936a1946c004afae16750615ced7 (patch) | |
tree | 5b750c069d9e1e5ff8b9795a9a056afac3fd12dc /usr.bin/gprof | |
parent | ea5c0da93bc656a5122fa28dcae986a325e2a7b2 (diff) | |
download | src-test2-07ac83f0b053936a1946c004afae16750615ced7.tar.gz src-test2-07ac83f0b053936a1946c004afae16750615ced7.zip |
Notes
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/arcs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index c6e77103e739..b75cd55e9c85 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -646,6 +646,9 @@ compresslist() int maxexitcnt; int maxwithparentcnt; int maxnoparentcnt; +# ifdef DEBUG + const char *type; +# endif DEBUG maxexitcnt = 0; maxwithparentcnt = 0; |