summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 839f6f4..ef64ac1 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -5239,6 +5239,12 @@ TEBCresume(
}
#endif
+ /* Every range of an empty list is an empty list */
+ if (objc == 0) {
+ TRACE_APPEND(("\n"));
+ NEXT_INST_F(9, 0, 0);
+ }
+
/* Decode index value operands. */
/*