diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-31 10:57:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-31 10:57:20 (GMT) |
commit | 878d157876e32cc69a1f17558c101a5560c7e9f9 (patch) | |
tree | a96f697b0de37f7b3014684c81566824262acf9d /generic/tclTrace.c | |
parent | c2bb75935c9ce9c7b9545354c403a9eb478cfd40 (diff) | |
parent | 209485eee104ea7c68f7c713a8371f35b2f59d85 (diff) | |
download | tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.zip tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.tar.gz tcl-878d157876e32cc69a1f17558c101a5560c7e9f9.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclTrace.c')
-rw-r--r-- | generic/tclTrace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/tclTrace.c b/generic/tclTrace.c index f1cdaad..8e61db7 100644 --- a/generic/tclTrace.c +++ b/generic/tclTrace.c @@ -2104,10 +2104,6 @@ TraceVarProc( * 'objc' and 'objv' parameters give the parameter vector that will be * passed to the command procedure. Proc does not return a value. * - * It is permissible for 'proc' to call Tcl_SetCommandTokenInfo to change - * the command procedure or client data for the command being evaluated, - * and these changes will take effect with the current evaluation. - * * The 'level' argument specifies the maximum nesting level of calls to * be traced. If the execution depth of the interpreter exceeds 'level', * the trace callback is not executed. |