summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-10-27 23:21:29 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-10-27 23:21:29 (GMT)
commitc4c3d4dfe3f08943cbc221931d3c0654037c3b75 (patch)
treebdb2a4672c00273bce316223ee36476954b16454
parent79fba21b141d36abcc1041d0964059dc34d09476 (diff)
downloadtcl-c4c3d4dfe3f08943cbc221931d3c0654037c3b75.zip
tcl-c4c3d4dfe3f08943cbc221931d3c0654037c3b75.tar.gz
tcl-c4c3d4dfe3f08943cbc221931d3c0654037c3b75.tar.bz2
no message
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa9ceea..e3a4129 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@
* win/tclWinThrd.c (TclFinalizeLock): release the critical section
before deleting it. [Bug 731778]
+ * generic/tcl.h: Removed the file level 'extern "C" {' and the
+ coresponding closing block as it serves no purpose given that all
+ the function prototypes have the proper extern usage already.
+
2004-10-27 Andreas Kupries <andreask@activestate.com>
* tests/tm.test: Expanded on the testsuite entered by Donal.