diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-14 01:38:00 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-14 01:38:00 (GMT) |
commit | c7d86348c2cc3cdd8643cfb967c672969796b165 (patch) | |
tree | 0b674da8cadb97e97a4632fb16d3563c200315d3 /generic/tclExecute.c | |
parent | f4e3f1d4c5e0fb4af5370f91fa70d0604bc44149 (diff) | |
download | tcl-c7d86348c2cc3cdd8643cfb967c672969796b165.zip tcl-c7d86348c2cc3cdd8643cfb967c672969796b165.tar.gz tcl-c7d86348c2cc3cdd8643cfb967c672969796b165.tar.bz2 |
* generic/tclBasic.c.: Embedded Tcl_Canceled() calls into
* generic/tclExecute.c: TclInterpReady().
* generic/tclParse.c:
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r-- | generic/tclExecute.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c index 0412034..8e6a056 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.378 2008/07/14 00:11:33 msofer Exp $ + * RCS: @(#) $Id: tclExecute.c,v 1.379 2008/07/14 01:38:00 msofer Exp $ */ #include "tclInt.h" @@ -1506,10 +1506,6 @@ TclCompileObj( return NULL; } - if (Tcl_Canceled(interp, TCL_LEAVE_ERR_MSG) == TCL_ERROR) { - return NULL; - } - namespacePtr = iPtr->varFramePtr->nsPtr; /* |