summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index 453be92..308806c 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclExecute.c,v 1.408 2008/08/23 01:48:26 msofer Exp $
+ * RCS: @(#) $Id: tclExecute.c,v 1.409 2008/09/04 16:34:52 msofer Exp $
*/
#include "tclInt.h"
@@ -313,7 +313,8 @@ VarHashCreateVar(
checkInterp = 1
#define DECACHE_STACK_INFO() \
- esPtr->tosPtr = tosPtr
+ esPtr->tosPtr = tosPtr; \
+ iPtr->execEnvPtr->bottomPtr = bottomPtr
/*
* Macros used to access items on the Tcl evaluation stack. PUSH_OBJECT