Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/PC/VC6/tcl852.patch

    r2 r391  
    1010 #         else
    1111 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;
Note: See TracChangeset for help on using the changeset viewer.