Tcl Source Code

Artifact [76bc2b4690]
Login

Artifact 76bc2b4690bfb314250d11b0194b78760cdfd056:

Attachment "4993995.patch" to ticket [493995ffff] added by dgp 2002-06-26 07:14:39.
Index: doc/CrtInterp.3
===================================================================
RCS file: /cvsroot/tcl/tcl/doc/CrtInterp.3,v
retrieving revision 1.6
diff -u -r1.6 CrtInterp.3
--- doc/CrtInterp.3	14 Dec 2001 20:31:22 -0000	1.6
+++ doc/CrtInterp.3	26 Jun 2002 00:14:15 -0000
@@ -103,8 +103,6 @@
 it is no longer needed, call \fBTcl_InterpDeleted\fR to test if some other
 code already called \fBTcl_DeleteInterp\fR; if not, call
 \fBTcl_DeleteInterp\fR before calling \fBTcl_Release\fR in your own code.
-Do not call \fBTcl_DeleteInterp\fR on an interpreter for which
-\fBTcl_InterpDeleted\fR returns nonzero.
 .TP
 Retrieving An Interpreter From A Data Structure
 When an interpreter is retrieved from a data structure (e.g. the client