summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2010-11-30 18:17:25 (GMT)
committerhobbs <hobbs@noemail.net>2010-11-30 18:17:25 (GMT)
commite19d4ce2351f6b972a2005a2b4b0dd422bdf337d (patch)
tree2e74b64a52ceabd97aefaa960af88dffe3bc4c09 /generic/tclStubInit.c
parentef53149ada51213b258e1a41cdabfd377961f309 (diff)
downloadtcl-e19d4ce2351f6b972a2005a2b4b0dd422bdf337d.zip
tcl-e19d4ce2351f6b972a2005a2b4b0dd422bdf337d.tar.gz
tcl-e19d4ce2351f6b972a2005a2b4b0dd422bdf337d.tar.bz2
* generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:
* generic/tclStubInit.c: TclFormatInt restored at slot 24 * generic/tclUtil.c (TclFormatInt): restore TclFormatInt func from 2005-07-05 macro-ization. Benchmarks indicate it is faster, as a key int->string routine (e.g. int-indexed arrays). FossilOrigin-Name: f43e9a82a781a3946432e7842f2bd129de7b5790
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index d308f34..98ef9b7 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.198 2010/11/28 23:20:11 kennykb Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.199 2010/11/30 18:17:26 hobbs Exp $
*/
#include "tclInt.h"
@@ -80,7 +80,7 @@ static const TclIntStubs tclIntStubs = {
0, /* 21 */
TclFindElement, /* 22 */
TclFindProc, /* 23 */
- 0, /* 24 */
+ TclFormatInt, /* 24 */
TclFreePackageInfo, /* 25 */
0, /* 26 */
0, /* 27 */