diff options
author | davygrvy <davygrvy@pobox.com> | 2004-11-03 00:13:20 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-11-03 00:13:20 (GMT) |
commit | ed245a5bd10c446b48cf342cc8ca572e497ae842 (patch) | |
tree | 5c91de025acbfca8f90cca7da3bb9470b77d9079 /ChangeLog | |
parent | f9a16ddaa773b350e29f284c6776b7150b9c716d (diff) | |
download | tcl-ed245a5bd10c446b48cf342cc8ca572e497ae842.zip tcl-ed245a5bd10c446b48cf342cc8ca572e497ae842.tar.gz tcl-ed245a5bd10c446b48cf342cc8ca572e497ae842.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ 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' [Patch 1055668]. + * generic/tclCompile.h: Exchanged use of the EXTERN macro to the + new MODULE_SCOPE macro. Lowered exported internals count by 35. + [Patch 1055668] 2004-11-02 Don Porter <dgp@users.sourceforge.net> |