summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-14 15:30:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-14 15:30:51 (GMT)
commit569dbadff69d099b3cb99742de1e477c86920b0e (patch)
tree8fd712975caf61f23708041061fcaea65b7753b6 /generic/tclStubInit.c
parent993187d76d965c2c473b790f1c915d65494af65b (diff)
downloadtcl-569dbadff69d099b3cb99742de1e477c86920b0e.zip
tcl-569dbadff69d099b3cb99742de1e477c86920b0e.tar.gz
tcl-569dbadff69d099b3cb99742de1e477c86920b0e.tar.bz2
make genstubs
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index ebe7f1d..d054577 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.79.2.7 2004/06/10 17:17:45 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.79.2.8 2004/10/14 15:30:52 dkf Exp $
*/
#include "tclInt.h"
@@ -278,6 +278,22 @@ TclIntStubs tclIntStubs = {
NULL, /* 181 */
TclpLocaltime, /* 182 */
TclpGmtime, /* 183 */
+ 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 */
+ NULL, /* 197 */
+ NULL, /* 198 */
+ TclMatchIsTrivial, /* 199 */
};
TclIntPlatStubs tclIntPlatStubs = {