diff options
author | davygrvy <davygrvy@pobox.com> | 2004-11-02 21:11:22 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-11-02 21:11:22 (GMT) |
commit | 339dfedebd4f578ce33f60b1e623046fb9ab1941 (patch) | |
tree | 4a2555b372581f327b1bd763f76400e337950dc8 | |
parent | b50dd698598a788463e783df77da20fd6e7b5680 (diff) | |
download | tcl-339dfedebd4f578ce33f60b1e623046fb9ab1941.zip tcl-339dfedebd4f578ce33f60b1e623046fb9ab1941.tar.gz tcl-339dfedebd4f578ce33f60b1e623046fb9ab1941.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-11-02 David Gravereaux <davygrvy@pobox.com> + + * generic/tclInt.h: added a check for #ifdef __cplusplus around + 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'. + 2004-11-02 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: Corrected some misleading |