diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-05 23:57:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-05 23:57:35 (GMT) |
commit | 37a8b729caa9cee0ed7ed764aa9c9814a1202220 (patch) | |
tree | c52133509c767ec52b16cde3fa871fcd50e6597b /generic/tclStubInit.c | |
parent | cec53960ad6ccc1837a17837f95ded581a670c85 (diff) | |
download | tcl-37a8b729caa9cee0ed7ed764aa9c9814a1202220.zip tcl-37a8b729caa9cee0ed7ed764aa9c9814a1202220.tar.gz tcl-37a8b729caa9cee0ed7ed764aa9c9814a1202220.tar.bz2 |
regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 28 |
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 */ |