From: wessels <> Date: Mon, 16 Sep 1996 23:16:33 +0000 (+0000) Subject: change #ifdef to #if X-Git-Tag: SQUID_3_0_PRE1~5785 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c05a8b189c81dcbd937fd1965f5b4d4ec3b4a4c;p=thirdparty%2Fsquid.git change #ifdef to #if --- diff --git a/src/stat.cc b/src/stat.cc index 129f62e84c..9aaf545b53 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,5 +1,5 @@ /* - * $Id: stat.cc,v 1.69 1996/09/15 05:41:47 wessels Exp $ + * $Id: stat.cc,v 1.70 1996/09/16 17:16:33 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -662,7 +662,7 @@ info_get(cacheinfo * obj, StoreEntry * sentry) { char *tod = NULL; float f; -#ifdef HAVE_MALLINFO +#if HAVE_MALLINFO int t; #endif