summaryrefslogtreecommitdiffstats
path: root/doc/ObjectType.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-01-06 17:27:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-01-06 17:27:10 (GMT)
commit99c687177a07238338905a85dade6a3ce9c920bd (patch)
tree54af846468c5f3419d70ae57aad4a25067108b36 /doc/ObjectType.3
parent162b3106105e5f04d42620a91dbbda43293ddc44 (diff)
parentf140e958c5a9be145a6a9bf5672d785ba1bad964 (diff)
downloadtcl-99c687177a07238338905a85dade6a3ce9c920bd.zip
tcl-99c687177a07238338905a85dade6a3ce9c920bd.tar.gz
tcl-99c687177a07238338905a85dade6a3ce9c920bd.tar.bz2
merge 8.7
Diffstat (limited to 'doc/ObjectType.3')
-rw-r--r--doc/ObjectType.32
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/ObjectType.3 b/doc/ObjectType.3
index 36b45e1..fb76ef7 100644
--- a/doc/ObjectType.3
+++ b/doc/ObjectType.3
@@ -85,14 +85,12 @@ unless \fIinterp\fR is NULL.
Otherwise, it returns \fBTCL_OK\fR.
Passing a NULL \fIinterp\fR allows this procedure to be used
as a test whether the conversion can be done (and in fact was done).
-.VS 8.5
.PP
In many cases, the \fItypePtr->setFromAnyProc\fR routine will
set \fIobjPtr->typePtr\fR to the argument value \fItypePtr\fR,
but that is no longer guaranteed. The \fIsetFromAnyProc\fR is
free to set the internal representation for \fIobjPtr\fR to make
use of another related Tcl_ObjType, if it sees fit.
-.VE 8.5
.SH "THE TCL_OBJTYPE STRUCTURE"
.PP
Extension writers can define new value types by defining four