--------------------- PatchSet 707 Date: 2003/04/25 21:05:21 Author: serassio Branch: nt Tag: (none) Log: Fixed incorrect placement of #ifndef min Members: src/squid.h:1.7.2.10->1.7.2.11 Index: squid3/src/squid.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/squid.h,v retrieving revision 1.7.2.10 retrieving revision 1.7.2.11 diff -u -r1.7.2.10 -r1.7.2.11 --- squid3/src/squid.h 25 Apr 2003 07:41:11 -0000 1.7.2.10 +++ squid3/src/squid.h 25 Apr 2003 21:05:21 -0000 1.7.2.11 @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.7.2.10 2003/04/25 07:41:11 serassio Exp $ + * $Id: squid.h,v 1.7.2.11 2003/04/25 21:05:21 serassio Exp $ * * AUTHOR: Duane Wessels * @@ -377,9 +377,9 @@ #include "snprintf.h" #endif +#ifndef min template inline A const & -#ifndef min min(A const & lhs, A const & rhs) { if (rhs < lhs)