diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-28 20:12:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-28 20:12:37 (GMT) |
commit | e622160408820f99d8289bc065291ae8ac709113 (patch) | |
tree | ebc3575693855f2e65f6ff0407a8baac85d7b41e /ChangeLog | |
parent | d767a87141e1fb21cf827bd522c73ffd417f8c46 (diff) | |
download | tk-e622160408820f99d8289bc065291ae8ac709113.zip tk-e622160408820f99d8289bc065291ae8ac709113.tar.gz tk-e622160408820f99d8289bc065291ae8ac709113.tar.bz2 |
* unix/tkUnixPort.h: When unix/configure determines whether the
intptr_t type is available, it has the <inttypes.h> header present.
It's only fair that we let Tk have it too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-11-28 Don Porter <dgp@users.sourceforge.net> + + * unix/tkUnixPort.h: When unix/configure determines whether the + intptr_t type is available, it has the <inttypes.h> header present. + It's only fair that we let Tk have it too. + 2007-11-26 Kevin Kenny <kennykb@acm.org> * generic/tkImgPPM.c (StringReadPPM): Corrected a comparison |