Fixed a missing variable declaration so that gprof compiles with -DDEBUG.

This commit is contained in:
bde 2002-02-21 10:34:52 +00:00
parent c07193f5e6
commit a230636d24

View File

@ -646,6 +646,9 @@ compresslist()
int maxexitcnt;
int maxwithparentcnt;
int maxnoparentcnt;
# ifdef DEBUG
const char *type;
# endif DEBUG
maxexitcnt = 0;
maxwithparentcnt = 0;