diff options
author | das <das@noemail.net> | 2008-04-02 21:49:31 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2008-04-02 21:49:31 (GMT) |
commit | b4896182c3c6003da0207b81e1c14bb6a6e71630 (patch) | |
tree | dfd4b9916c3664249e49bb280d1ab3839918f3ef /generic/tkInt.h | |
parent | c3746a8c0f2e2eca7926bc3a9a7fd410ca71afb6 (diff) | |
download | tk-b4896182c3c6003da0207b81e1c14bb6a6e71630.zip tk-b4896182c3c6003da0207b81e1c14bb6a6e71630.tar.gz tk-b4896182c3c6003da0207b81e1c14bb6a6e71630.tar.bz2 |
ensure WORDS_BIGENDIAN #define agrees with autoconf
FossilOrigin-Name: 64383922b0a33a7fb2e913dace6b3aa57bf19077
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 7ae4bee..3563ceb 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: $Id: tkInt.h,v 1.82 2008/03/26 19:04:09 jenglish Exp $ + * RCS: $Id: tkInt.h,v 1.82.2.1 2008/04/02 21:49:31 das Exp $ */ #ifndef _TKINT @@ -43,7 +43,7 @@ # ifdef BIG_ENDIAN # if BYTE_ORDER == BIG_ENDIAN # undef WORDS_BIGENDIAN -# define WORDS_BIGENDIAN +# define WORDS_BIGENDIAN 1 # endif # endif # ifdef LITTLE_ENDIAN |