diff options
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 7324611..20cb1ad 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -4230,6 +4230,7 @@ TclNREvalObjv( } } + #ifdef USE_DTRACE if (TCL_DTRACE_CMD_ARGS_ENABLED()) { const char *a[10]; @@ -4257,7 +4258,6 @@ TclNREvalObjv( (Tcl_Obj **)(objv + 1)); } #endif /* USE_DTRACE */ - /* * Fix the original callback to point to the now known cmdPtr. Insure that * the Command struct lives until the command returns. |