summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-09 19:13:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-09 19:13:44 (GMT)
commit8b52940facd76248aa6572e1e6683fda3ca1715f (patch)
tree06b5450eca164b89820689e712946105754f160a /ChangeLog
parentbc822e3c8a829b430000939983d31e157686f849 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5175bc..81dd717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.