summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-08-05 23:57:35 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-08-05 23:57:35 (GMT)
commit42d7761a2bcb91284da58c2483f27feefca0710e (patch)
treec52133509c767ec52b16cde3fa871fcd50e6597b /generic/tclStubInit.c
parentfc1e68cd3799a40e9f554a2750fced20c532ae71 (diff)
downloadtcl-42d7761a2bcb91284da58c2483f27feefca0710e.zip
tcl-42d7761a2bcb91284da58c2483f27feefca0710e.tar.gz
tcl-42d7761a2bcb91284da58c2483f27feefca0710e.tar.bz2
regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index df0bc64..5efadc4 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.120 2005/07/21 21:50:48 dkf Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.121 2005/08/05 23:57:36 dkf Exp $
*/
#include "tclInt.h"
@@ -268,19 +268,19 @@ TclIntStubs tclIntStubs = {
NULL, /* 181 */
TclpLocaltime, /* 182 */
TclpGmtime, /* 183 */
- TclThreadStorageLockInit, /* 184 */
- TclThreadStorageLock, /* 185 */
- TclThreadStorageUnlock, /* 186 */
- TclThreadStoragePrint, /* 187 */
- TclThreadStorageGetHashTable, /* 188 */
- TclThreadStorageInit, /* 189 */
- TclThreadStorageDataKeyInit, /* 190 */
- TclThreadStorageDataKeyGet, /* 191 */
- TclThreadStorageDataKeySet, /* 192 */
- TclFinalizeThreadStorageThread, /* 193 */
- TclFinalizeThreadStorage, /* 194 */
- TclFinalizeThreadStorageData, /* 195 */
- TclFinalizeThreadStorageDataKey, /* 196 */
+ NULL, /* 184 */
+ NULL, /* 185 */
+ NULL, /* 186 */
+ NULL, /* 187 */
+ NULL, /* 188 */
+ NULL, /* 189 */
+ NULL, /* 190 */
+ NULL, /* 191 */
+ NULL, /* 192 */
+ NULL, /* 193 */
+ NULL, /* 194 */
+ NULL, /* 195 */
+ NULL, /* 196 */
TclCompEvalObj, /* 197 */
TclObjGetFrame, /* 198 */
NULL, /* 199 */