diff options
author | andreas_kupries <akupries@shaw.ca> | 2005-06-21 19:49:13 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2005-06-21 19:49:13 (GMT) |
commit | 7ee7db08b5e81da44b8fe1bbdfc8d44c8d5791cc (patch) | |
tree | 156109c8f472e8ec524d9e6d91391f24d449a774 /ChangeLog | |
parent | 56f28b758b4acc2645154511abadd810ef8244c4 (diff) | |
download | tcl-7ee7db08b5e81da44b8fe1bbdfc8d44c8d5791cc.zip tcl-7ee7db08b5e81da44b8fe1bbdfc8d44c8d5791cc.tar.gz tcl-7ee7db08b5e81da44b8fe1bbdfc8d44c8d5791cc.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-06-21 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-21 Kevin B. Kenny <kennykb@acm.org> * generic/tclFileName.c: Changed [file split] and [file join] |