diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-02 03:11:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-02 03:11:34 (GMT) |
commit | 83b74d8b93717170d06c75c19c7b92defe9100d7 (patch) | |
tree | 0bb29c69c4c95b10f1a65088aa7250e8dd58528b /generic/tclProc.c | |
parent | 739062154a9a146d256d6138ad44358b9d53d55d (diff) | |
download | tcl-83b74d8b93717170d06c75c19c7b92defe9100d7.zip tcl-83b74d8b93717170d06c75c19c7b92defe9100d7.tar.gz tcl-83b74d8b93717170d06c75c19c7b92defe9100d7.tar.bz2 |
This close to a release, simple is better.
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r-- | generic/tclProc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c index c1c12f9..cd53cff 100644 --- a/generic/tclProc.c +++ b/generic/tclProc.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: tclProc.c,v 1.75 2005/06/01 22:19:16 dgp Exp $ + * RCS: @(#) $Id: tclProc.c,v 1.76 2005/06/02 03:11:37 dgp Exp $ */ #include "tclInt.h" @@ -1672,8 +1672,6 @@ TclUpdateReturnInfo(iPtr) if (iPtr->returnLevel == 0) { /* Now we've reached the level to return the requested -code */ code = iPtr->returnCode; - iPtr->returnLevel = 1; - iPtr->returnCode = TCL_OK; } return code; } |