diff options
author | ericm <ericm> | 2000-07-20 21:38:28 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-20 21:38:28 (GMT) |
commit | 907e82ec46673efe0cac76a4706285d2e49090e1 (patch) | |
tree | 6d2a9dbfa9b1030f2aef95bb798575adb6187afe /ChangeLog | |
parent | 3637e82c594032d763b96863c8169c234d99913d (diff) | |
download | tk-907e82ec46673efe0cac76a4706285d2e49090e1.zip tk-907e82ec46673efe0cac76a4706285d2e49090e1.tar.gz tk-907e82ec46673efe0cac76a4706285d2e49090e1.tar.bz2 |
* unix/tkUnixDraw.c (TkScrollWindow): Replaced a use of a trinary
operator with an if/else, to avoid build problems on some
platforms [Bug: 5819].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-07-20 Eric Melski <ericm@ajubasolutions.com> + * unix/tkUnixDraw.c (TkScrollWindow): Replaced a use of a trinary + operator with an if/else, to avoid build problems on some + platforms [Bug: 5819]. + * win/makefile.vc: Applied patch from Don Porter to enhance nmake support on NT/Alpha [RFE: 5939]. |