summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-08-23 00:27:20 (GMT)
committerdas <das@noemail.net>2007-08-23 00:27:20 (GMT)
commit3504f5270ba264c7c8397fc8eb4b584ac0f2cc3c (patch)
treece614f0f73d9eb72f2795a061f767d024960ee03
parenta363e22dae5d84558f2b7d18efbe14a9fbcb2698 (diff)
downloadtcl-3504f5270ba264c7c8397fc8eb4b584ac0f2cc3c.zip
tcl-3504f5270ba264c7c8397fc8eb4b584ac0f2cc3c.tar.gz
tcl-3504f5270ba264c7c8397fc8eb4b584ac0f2cc3c.tar.bz2
ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition
FossilOrigin-Name: 6b0d11412ba0115b72591e7f20828f237eb6e7fa
-rw-r--r--generic/tclInt.h4
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