diff options
| author | nijtmans <nijtmans> | 2010-01-13 06:46:56 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2010-01-13 06:46:56 (GMT) |
| commit | c7ff5624bca5c8ba57a80fae1d5327e45539d0f2 (patch) | |
| tree | b75b8bc167a7e17a11d9b03e2f9f37e3ff845fde /generic/tcl.h | |
| parent | ae13801052a9e55a3dcf36f4ae1f521ce1e19dc2 (diff) | |
| download | tcl-c7ff5624bca5c8ba57a80fae1d5327e45539d0f2.zip tcl-c7ff5624bca5c8ba57a80fae1d5327e45539d0f2.tar.gz tcl-c7ff5624bca5c8ba57a80fae1d5327e45539d0f2.tar.bz2 | |
Fix TCL_LL_MODIFIER for Cygwin
and various other minor CYGWIN
compilation problems
Diffstat (limited to 'generic/tcl.h')
| -rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 75975bf..fb8a27b 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.295 2009/12/23 20:12:39 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.296 2010/01/13 06:46:56 nijtmans Exp $ */ #ifndef _TCL @@ -377,7 +377,7 @@ typedef long LONG; # if defined(__WIN32__) && !defined(__CYGWIN__) # define TCL_LL_MODIFIER "I64" # else -# define TCL_LL_MODIFIER "L" +# define TCL_LL_MODIFIER "ll" # endif typedef struct stat Tcl_StatBuf; # elif defined(__WIN32__) |
