From: wessels <> Date: Sat, 12 Dec 1998 06:48:38 +0000 (+0000) Subject: update cbdataAddDbg macro X-Git-Tag: SQUID_3_0_PRE1~2468 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b23c677a3bdf7b29ae5611fd4f7232baf63a9b43;p=thirdparty%2Fsquid.git update cbdataAddDbg macro --- diff --git a/src/squid.h b/src/squid.h index d1a6f7aa4b..3078f0ba5f 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.181 1998/12/11 21:01:16 wessels Exp $ + * $Id: squid.h,v 1.182 1998/12/11 23:48:38 wessels Exp $ * * AUTHOR: Duane Wessels * @@ -298,7 +298,7 @@ struct rusage { #endif #if CBDATA_DEBUG -#define cbdataAdd(a,b) cbdataAddDbg(a,b,__FILE__,__LINE__) +#define cbdataAdd(a,b,c) cbdataAddDbg(a,b,c,__FILE__,__LINE__) #endif #if USE_LEAKFINDER