From 3504f5270ba264c7c8397fc8eb4b584ac0f2cc3c Mon Sep 17 00:00:00 2001 From: das Date: Thu, 23 Aug 2007 00:27:20 +0000 Subject: ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition FossilOrigin-Name: 6b0d11412ba0115b72591e7f20828f237eb6e7fa --- generic/tclInt.h | 4 ++-- 1 file 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 -- cgit v0.12