summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordas <das>2007-08-23 00:27:21 (GMT)
committerdas <das>2007-08-23 00:27:21 (GMT)
commit5f08b60a99b6a805ed2e21bc35ccdc5de2c0d275 (patch)
treece614f0f73d9eb72f2795a061f767d024960ee03 /generic/tclInt.h
parent87f8b7e8a5e08d0534decb71fd9dd1a8e4964029 (diff)
downloadtcl-5f08b60a99b6a805ed2e21bc35ccdc5de2c0d275.zip
tcl-5f08b60a99b6a805ed2e21bc35ccdc5de2c0d275.tar.gz
tcl-5f08b60a99b6a805ed2e21bc35ccdc5de2c0d275.tar.bz2
ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition
Diffstat (limited to 'generic/tclInt.h')
-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