diff options
| author | nijtmans <nijtmans> | 2010-05-25 10:37:18 (GMT) | 
|---|---|---|
| committer | nijtmans <nijtmans> | 2010-05-25 10:37:18 (GMT) | 
| commit | 91f4c8d809190b7d786541a6119abec5cb11e846 (patch) | |
| tree | cdf9afd1b63f56b3eefdd624b8462c8c66b6af50 /generic/tclInt.h | |
| parent | 21140acd90b510305ba98e94fadecbdcf73d4f86 (diff) | |
| download | tcl-91f4c8d809190b7d786541a6119abec5cb11e846.zip tcl-91f4c8d809190b7d786541a6119abec5cb11e846.tar.gz tcl-91f4c8d809190b7d786541a6119abec5cb11e846.tar.bz2 | |
[Bug 2991415]: tclport.h #included before limits.h
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 9 | 
1 files changed, 2 insertions, 7 deletions
| diff --git a/generic/tclInt.h b/generic/tclInt.h index 9aa4da2..7e49ad0 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.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: tclInt.h,v 1.362.2.11 2010/01/31 23:51:36 nijtmans Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.362.2.12 2010/05/25 10:37:18 nijtmans Exp $   */  #ifndef _TCLINT @@ -40,11 +40,6 @@  #include <stdio.h>  #include <ctype.h> -#ifdef NO_LIMITS_H -#   include "../compat/limits.h" -#else -#   include <limits.h> -#endif  #ifdef NO_STDLIB_H  #   include "../compat/stdlib.h"  #else @@ -62,7 +57,7 @@ typedef int ptrdiff_t;  #endif  /* - * Ensure WORDS_BIGENDIAN is defined correcly: + * Ensure WORDS_BIGENDIAN is defined correctly:   * Needs to happen here in addition to configure to work with fat compiles on   * Darwin (where configure runs only once for multiple architectures).   */ | 
