diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-31 12:36:08 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-31 12:36:08 (GMT) |
| commit | 22a13bcebec824ec7abbff7ebeca12e81867d618 (patch) | |
| tree | 3a32d57c73396a70110d63ff7877ee5da497ccb3 /generic/tclTrace.c | |
| parent | 77a32330396c24db101a0aeed68e0f5d39533a41 (diff) | |
| parent | 878d157876e32cc69a1f17558c101a5560c7e9f9 (diff) | |
| download | tcl-22a13bcebec824ec7abbff7ebeca12e81867d618.zip tcl-22a13bcebec824ec7abbff7ebeca12e81867d618.tar.gz tcl-22a13bcebec824ec7abbff7ebeca12e81867d618.tar.bz2 | |
Merge 9.0. Add Tcl_ProcObjCmd2()
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 2558fdc..0ef53d2 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. |
