Changeset 391 for python/trunk/PC/VC6/tcl852.patch
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/PC/VC6/tcl852.patch
r2 r391 10 10 # else 11 11 typedef struct _stat64 Tcl_StatBuf; 12 --- tcl8.5.2\generic\tcl.h Fri Jun 13 03:35:39 200813 +++ tcl8.5.2\generic\tcl.h Sun Jan 4 16:52:30 200914 @@ -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 # else22 typedef struct _stat64 Tcl_StatBuf;
Note:
See TracChangeset
for help on using the changeset viewer.