diff options
author | das <das> | 2007-08-23 00:27:21 (GMT) |
---|---|---|
committer | das <das> | 2007-08-23 00:27:21 (GMT) |
commit | bcd8740c3dfb63ffc3fbe93c49e3d03e61a78a3c (patch) | |
tree | ce614f0f73d9eb72f2795a061f767d024960ee03 /generic/tclInt.h | |
parent | 92e2a909349132a063e8f44d0be1b2f419279f7e (diff) | |
download | tcl-bcd8740c3dfb63ffc3fbe93c49e3d03e61a78a3c.zip tcl-bcd8740c3dfb63ffc3fbe93c49e3d03e61a78a3c.tar.gz tcl-bcd8740c3dfb63ffc3fbe93c49e3d03e61a78a3c.tar.bz2 |
ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index a5f3896..9d05bd4 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,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.118.2.28 2007/05/10 21:32:17 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.118.2.29 2007/08/23 00:27:21 das Exp $ */ #ifndef _TCLINT @@ -67,7 +67,7 @@ # ifdef BIG_ENDIAN # if BYTE_ORDER == BIG_ENDIAN # undef WORDS_BIGENDIAN -# define WORDS_BIGENDIAN +# define WORDS_BIGENDIAN 1 # endif # endif # ifdef LITTLE_ENDIAN |