Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 74f4bd53e03ded8408bcc2de67cf0f5a4ac5b1a1 authored by Barry Warsaw on 23 February 2012, 15:59:38 UTC
Bump some more copyright years (as per PEP 101), since this is the first
Tip revision: 74f4bd5
tcl852.patch
--- tcl8.5.2\generic\tcl.h	Fri Jun 13 03:35:39 2008
+++ tcl8.5.2\generic\tcl.h	Sun Jan  4 16:52:30 2009
@@ -367,7 +367,7 @@
 typedef struct stati64 Tcl_StatBuf;
 #         define TCL_LL_MODIFIER	"L"
 #      else /* __BORLANDC__ */
-#         if _MSC_VER < 1400 && !defined(_M_IX86)
+#         if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/
 typedef struct _stati64	Tcl_StatBuf;
 #         else
 typedef struct _stat64	Tcl_StatBuf;
--- tcl8.5.2\generic\tcl.h	Fri Jun 13 03:35:39 2008
+++ tcl8.5.2\generic\tcl.h	Sun Jan  4 16:52:30 2009
@@ -367,7 +367,7 @@
 typedef struct stati64 Tcl_StatBuf;
 #         define TCL_LL_MODIFIER	"L"
 #      else /* __BORLANDC__ */
-#         if _MSC_VER < 1400 && !defined(_M_IX86)
+#         if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/
 typedef struct _stati64	Tcl_StatBuf;
 #         else
 typedef struct _stat64	Tcl_StatBuf;
back to top