diff options
Diffstat (limited to 'mac/tclMacChan.c')
-rw-r--r-- | mac/tclMacChan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacChan.c b/mac/tclMacChan.c index b31d30a..ea261e9 100644 --- a/mac/tclMacChan.c +++ b/mac/tclMacChan.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacChan.c,v 1.18 2002/10/09 11:54:16 das Exp $ + * RCS: @(#) $Id: tclMacChan.c,v 1.19 2002/11/07 02:13:36 mdejong Exp $ */ #include "tclInt.h" @@ -425,7 +425,7 @@ StdIOClose( */ fd = (int) ((FileState*)instanceData)->fileRef; - if (!TclInExit()) { + if (!TclInThreadExit()) { if (fd == 0) { tsdPtr->stdinChannel = NULL; } else if (fd == 1) { |