Fix transient refleaks in test_docxmlrpc.
[python.git] / PC / VC6 / tcl852.patch
blob0b6c4662b85b141882e18a422321e11c0702c150
1 --- tcl8.5.2\generic\tcl.h Fri Jun 13 03:35:39 2008
2 +++ tcl8.5.2\generic\tcl.h Sun Jan 4 16:52:30 2009
3 @@ -367,7 +367,7 @@
4 typedef struct stati64 Tcl_StatBuf;
5 # define TCL_LL_MODIFIER "L"
6 # else /* __BORLANDC__ */
7 -# if _MSC_VER < 1400 && !defined(_M_IX86)
8 +# if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/
9 typedef struct _stati64 Tcl_StatBuf;
10 # else
11 typedef struct _stat64 Tcl_StatBuf;
12 --- tcl8.5.2\generic\tcl.h Fri Jun 13 03:35:39 2008
13 +++ tcl8.5.2\generic\tcl.h Sun Jan 4 16:52:30 2009
14 @@ -367,7 +367,7 @@
15 typedef struct stati64 Tcl_StatBuf;
16 # define TCL_LL_MODIFIER "L"
17 # else /* __BORLANDC__ */
18 -# if _MSC_VER < 1400 && !defined(_M_IX86)
19 +# if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/
20 typedef struct _stati64 Tcl_StatBuf;
21 # else
22 typedef struct _stat64 Tcl_StatBuf;