Posted to tcl by GPS at Sat Nov 17 14:09:36 GMT 2007view raw
- Index: tclProc.c
- ===================================================================
- RCS file: /cvsroot/tcl/tcl/generic/tclProc.c,v
- retrieving revision 1.138
- diff -u -r1.138 tclProc.c
- --- tclProc.c 12 Nov 2007 22:12:07 -0000 1.138
- +++ tclProc.c 17 Nov 2007 14:08:50 -0000
- @@ -704,7 +704,7 @@
- * Figure out which frame to use, and return it to the caller.
- */
-
- - for (framePtr = iPtr->varFramePtr; framePtr != NULL;
- + for (framePtr = iPtr->framePtr; framePtr != NULL;
- framePtr = framePtr->callerVarPtr) {
- if (framePtr->level == level) {
- break;
- @@ -829,7 +829,7 @@
- * Figure out which frame to use, and return it to the caller.
- */
-
- - for (framePtr = iPtr->varFramePtr; framePtr != NULL;
- + for (framePtr = iPtr->framePtr; framePtr != NULL;
- framePtr = framePtr->callerVarPtr) {
- if (framePtr->level == level) {
- break;
-