diff options
author | dgp <dgp@users.sourceforge.net> | 2007-12-11 16:19:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-12-11 16:19:53 (GMT) |
commit | bdb525738920825ab991f616f84d47352e5bbde4 (patch) | |
tree | 780d07df52ab7f4ac7edbf986dd0adba384465a7 /generic/tclStubInit.c | |
parent | 2980000d2a68b91cbe1906fdafed5c8d565ce326 (diff) | |
download | tcl-bdb525738920825ab991f616f84d47352e5bbde4.zip tcl-bdb525738920825ab991f616f84d47352e5bbde4.tar.gz tcl-bdb525738920825ab991f616f84d47352e5bbde4.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 37d1a2e..3e2be97 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.140.2.5 2007/12/10 18:32:56 dgp Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.140.2.6 2007/12/11 16:19:56 dgp Exp $ */ #include "tclInt.h" @@ -335,8 +335,6 @@ TclIntStubs tclIntStubs = { TclVarHashCreateVar, /* 234 */ TclInitVarHashTable, /* 235 */ TclBackgroundException, /* 236 */ - TclByteArrayMatch, /* 237 */ - TclReToGlob, /* 238 */ }; TclIntPlatStubs tclIntPlatStubs = { |