diff options
author | dgp <dgp@users.sourceforge.net> | 2005-10-10 19:52:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-10-10 19:52:43 (GMT) |
commit | 0dce4fa5b68010813737f31033012ad6d4cb5bc3 (patch) | |
tree | eb550b53c77c043fc0c7debdce2a23c2ca21711b /ChangeLog | |
parent | 6678ee462153f79ea3258c65a6e3902f6aa68de1 (diff) | |
download | tcl-0dce4fa5b68010813737f31033012ad6d4cb5bc3.zip tcl-0dce4fa5b68010813737f31033012ad6d4cb5bc3.tar.gz tcl-0dce4fa5b68010813737f31033012ad6d4cb5bc3.tar.bz2 |
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also
added missing "break" to a switch that broke wide XOR operations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,9 +1,7 @@ 2005-10-10 Don Porter <dgp@users.sourceforge.net> - * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. - * generic/tclInt.h: Restored HEAD to the NO_WIDE_TYPE - configuration until some breakage in the #undef NO_WIDE_TYPE - configuration is corrected. + * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also + added missing "break" to a switch that broke wide XOR operations. 2005-10-10 Donal K. Fellows <donal.k.fellows@man.ac.uk> |