diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-20 21:50:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-20 21:50:19 (GMT) |
commit | 35c8341ccb9951b0e769ebe7e7f77a07dfd52fc7 (patch) | |
tree | ea96446160638bec3ecd4e616c38b8ba6d9ace1f /doc | |
parent | 7a44e1418d89449aa3c31828d68632c9f5acc9d2 (diff) | |
parent | 266b5c6fc2154bf97aece6d268187658590d0f8c (diff) | |
download | tcl-35c8341ccb9951b0e769ebe7e7f77a07dfd52fc7.zip tcl-35c8341ccb9951b0e769ebe7e7f77a07dfd52fc7.tar.gz tcl-35c8341ccb9951b0e769ebe7e7f77a07dfd52fc7.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Tcl_Main.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Tcl_Main.3 b/doc/Tcl_Main.3 index 904ecbe..6a37cda 100644 --- a/doc/Tcl_Main.3 +++ b/doc/Tcl_Main.3 @@ -85,8 +85,10 @@ that does nothing but invoke \fBTcl_Main\fR. .PP \fBTcl_Main\fR is not provided by the public interface of Tcl's stub library. Programs that call \fBTcl_Main\fR must be linked -against the standard Tcl library. Extensions (stub-enabled or -not) are not intended to call \fBTcl_Main\fR. +against the standard Tcl library. If the standard Tcl library is +a dll (so, not a static .lib/.a) , then the program must be linked +against the stub library as well. Extensions +(stub-enabled or not) are not intended to call \fBTcl_Main\fR. .PP \fBTcl_Main\fR is not thread-safe. It should only be called by a single main thread of a multi-threaded application. This |