diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-09 19:13:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-09 19:13:44 (GMT) |
commit | 8b52940facd76248aa6572e1e6683fda3ca1715f (patch) | |
tree | 06b5450eca164b89820689e712946105754f160a /ChangeLog | |
parent | bc822e3c8a829b430000939983d31e157686f849 (diff) | |
download | tcl-8b52940facd76248aa6572e1e6683fda3ca1715f.zip tcl-8b52940facd76248aa6572e1e6683fda3ca1715f.tar.gz tcl-8b52940facd76248aa6572e1e6683fda3ca1715f.tar.bz2 |
* generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,
so make sure it is also always declared (with MODULE_SCOPE).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-05-09 Don Porter <dgp@users.sourceforge.net> + + * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, + so make sure it is also always declared (with MODULE_SCOPE). + 2007-05-09 Daniel Steffen <das@users.sourceforge.net> * generic/tclInt.h: fix warning when building threaded with -DPURIFY. |