diff options
author | davidg <davidg> | 2000-07-26 01:29:00 (GMT) |
---|---|---|
committer | davidg <davidg> | 2000-07-26 01:29:00 (GMT) |
commit | 5a5c6d53b6765c4258fb89b137cd4a88af62bc65 (patch) | |
tree | 99464d73dab437ba51d409432424bee4a4b25391 /generic/tclStubInit.c | |
parent | 1e09e0a51157bce655a6cb8ef0490121f4cf8fe2 (diff) | |
download | tcl-5a5c6d53b6765c4258fb89b137cd4a88af62bc65.zip tcl-5a5c6d53b6765c4258fb89b137cd4a88af62bc65.tar.gz tcl-5a5c6d53b6765c4258fb89b137cd4a88af62bc65.tar.bz2 |
Thread-safe rewrite for the Tcl_Async* commands.
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 996b5b9..7a76c9b 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.41 2000/07/22 01:53:25 ericm Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.42 2000/07/26 01:30:59 davidg Exp $ */ #include "tclInt.h" @@ -280,7 +280,7 @@ TclIntPlatStubs tclIntPlatStubs = { TclpMakeFile, /* 18 */ TclpOpenFile, /* 19 */ TclWinAddProcess, /* 20 */ - TclpAsyncMark, /* 21 */ + NULL, /* 21 */ TclpCreateTempFile, /* 22 */ TclpGetTZName, /* 23 */ TclWinNoBackslash, /* 24 */ |