summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-11-19 12:25:07 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-11-19 12:25:07 (GMT)
commitabe43ad4ad63a11db7f9841ed2a9f3991197231f (patch)
tree351c5ec76d69e0ee88a05841129e5970300ec6f9 /generic/tclCompCmds.c
parent21a122d60595097328eae02e776bae13ca31d6d5 (diff)
downloadtcl-abe43ad4ad63a11db7f9841ed2a9f3991197231f.zip
tcl-abe43ad4ad63a11db7f9841ed2a9f3991197231f.tar.gz
tcl-abe43ad4ad63a11db7f9841ed2a9f3991197231f.tar.bz2
patch for [Bug 483309]
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 9ea0064..14a82f4 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompCmds.c,v 1.15 2001/11/14 23:17:03 hobbs Exp $
+ * RCS: @(#) $Id: tclCompCmds.c,v 1.16 2001/11/19 12:25:08 msofer Exp $
*/
#include "tclInt.h"
@@ -1955,6 +1955,7 @@ TclCompileListCmd(interp, parsePtr, envPtr)
}
valueTokenPtr = valueTokenPtr + (valueTokenPtr->numComponents + 1);
}
+ envPtr->maxStackDepth = depth;
TclEmitInstInt4(INST_LIST, numWords - 1, envPtr);
}