--------------------- PatchSet 893 Date: 2003/08/18 16:01:02 Author: serassio Branch: nt Tag: (none) Log: Opss, missing a '=' char ... Members: src/debug.cc:1.6.2.8->1.6.2.9 Index: squid3/src/debug.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/debug.cc,v retrieving revision 1.6.2.8 retrieving revision 1.6.2.9 diff -u -r1.6.2.8 -r1.6.2.9 --- squid3/src/debug.cc 18 Aug 2003 15:50:24 -0000 1.6.2.8 +++ squid3/src/debug.cc 18 Aug 2003 16:01:02 -0000 1.6.2.9 @@ -1,6 +1,6 @@ /* - * $Id: debug.cc,v 1.6.2.8 2003/08/18 15:50:24 serassio Exp $ + * $Id: debug.cc,v 1.6.2.9 2003/08/18 16:01:02 serassio Exp $ * * DEBUG: section 0 Debug Routines * AUTHOR: Harvest Derived @@ -37,7 +37,7 @@ #include "Debug.h" #include -#if _MSC_VER = 1200 /* Microsoft Visual C++ 6.0 ONLY */ +#if _MSC_VER == 1200 /* Microsoft Visual C++ 6.0 ONLY */ namespace std { const fpos_t _Fpz = {0}; }