summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2005-06-22 16:49:23 (GMT)
committerandreas_kupries <akupries@shaw.ca>2005-06-22 16:49:23 (GMT)
commit7164775ff1dd6d93ea1029b267d07872a35a62f8 (patch)
treecd038e4a40c6b677bad042e8db2cd2ba58defe40 /ChangeLog
parent0b6f67ac8fecd83b2b1d800423a25f9cc16cc01d (diff)
downloadtcl-7164775ff1dd6d93ea1029b267d07872a35a62f8.zip
tcl-7164775ff1dd6d93ea1029b267d07872a35a62f8.tar.gz
tcl-7164775ff1dd6d93ea1029b267d07872a35a62f8.tar.bz2
* generic/tclInt.h: Followup to change made on 2005-06-18 by
Daniel Steffen. There are compilers (*) who error out on the redefinition of WORDS_BIGENDIAN. We have to undef the previous definition (on the command line) first to make this acceptable. (*): AIX native.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71a4025..15a1fc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-22 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclInt.h: Followup to change made on 2005-06-18 by
+ Daniel Steffen. There are compilers (*) who error out on the
+ redefinition of WORDS_BIGENDIAN. We have to undef the previous
+ definition (on the command line) first to make this
+ acceptable. (*): AIX native.
+
2005-06-22 Don Porter <dgp@users.sourceforge.net>
*** 8.4.11 TAGGED FOR RELEASE ***