mirror of
https://github.com/python/cpython.git
synced 2024-12-01 03:01:36 +01:00
eeba356308
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69494 | hirokazu.yamamoto | 2009-02-10 22:31:28 +0900 | 1 line Fixed svn:eol-style. ........
23 lines
856 B
Diff
23 lines
856 B
Diff
--- 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;
|