Skip to content

Commit 9d51245

Browse files
committed
Fix for bytecode-debug-level execution trace of [lmap]
1 parent 7a99945 commit 9d51245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclExecute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6979,7 +6979,7 @@ TEBCresume(
69796979
tmpPtr = OBJ_AT_DEPTH(1);
69806980
infoPtr = (ForeachInfo *)tmpPtr->internalRep.twoPtrValue.ptr1;
69816981
numLists = infoPtr->numLists;
6982-
TRACE_APPEND(("=> appending to list at depth %" SIZEd "\n", 3 + numLists));
6982+
TRACE(("=> appending to list at depth %" SIZEd "\n", 3 + numLists));
69836983

69846984
objPtr = OBJ_AT_DEPTH(3 + numLists);
69856985
Tcl_ListObjAppendElement(NULL, objPtr, OBJ_AT_TOS);

0 commit comments

Comments
 (0)