From abe43ad4ad63a11db7f9841ed2a9f3991197231f Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Mon, 19 Nov 2001 12:25:07 +0000 Subject: patch for [Bug 483309] --- ChangeLog | 4 ++++ generic/tclCompCmds.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 14b7923..dea5080 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-16 Miguel Sofer + + * generic/tclCompCmds.c: patch for [Bug 483309] (petasis). + 2001-11-16 Kevin B. Kenny * generic/tclListObj.c: removed a C++-style comment that 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); } -- cgit v0.12