diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-05 10:30:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-05 10:30:42 (GMT) |
commit | 4d2e9ad7cbd5bede0e377096647e7fa3e416d947 (patch) | |
tree | c86daae70b778ebe737a82ea03399995aad9e8fa /ChangeLog | |
parent | fe45b2a86358226f096018ea4020d87e596136bd (diff) | |
download | tcl-4d2e9ad7cbd5bede0e377096647e7fa3e416d947.zip tcl-4d2e9ad7cbd5bede0e377096647e7fa3e416d947.tar.gz tcl-4d2e9ad7cbd5bede0e377096647e7fa3e416d947.tar.bz2 |
Move #include of tclConfig.h to right place.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-01-05 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclInt.h, generic/tclPort.h: Move the #include of + tclConfig.h *first* before any reference to tcl.h so that the + build configuration is loaded before the first reference to any + system headers. Issue reported by Art Haas on tcl-core. + 2005-01-04 Don Porter <dgp@users.sourceforge.net> * tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint. |