]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug: MemPool.c is C source, not C++. C does not allow variables to be
authorhno <>
Fri, 20 Jun 2003 01:53:15 +0000 (01:53 +0000)
committerhno <>
Fri, 20 Jun 2003 01:53:15 +0000 (01:53 +0000)
commitb6bb1cd29e418f46eced89e8a075063c169db19c
tree024eb915f99947712cfbd9e49d1ae617aa45152c
parent4121813160f4031072fbfc7629285b2c8768738b
Bug: MemPool.c is C source, not C++. C does not allow variables to be
declared in the middle of a block.
lib/MemPool.c