summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-11-02 21:30:10 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-11-02 21:30:10 (GMT)
commit2599d7c32241fd6c93ddc221b378193584f67fb0 (patch)
treeebaf88a3d9d7b97dc08fa654cf31d1158c3ce91a
parent339dfedebd4f578ce33f60b1e623046fb9ab1941 (diff)
downloadtcl-2599d7c32241fd6c93ddc221b378193584f67fb0.zip
tcl-2599d7c32241fd6c93ddc221b378193584f67fb0.tar.gz
tcl-2599d7c32241fd6c93ddc221b378193584f67fb0.tar.bz2
no message
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 65768f3..8333f3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
the #define of MODULE_SCOPE. About the only time it would be
problem is when someone is statically linking to Tcl and accessing
internals from a C++ file and has name mangling issues from the
- lack of "C" after 'extern'.
+ lack of "C" after 'extern' [Patch 1055668].
2004-11-02 Don Porter <dgp@users.sourceforge.net>