summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2010-11-30 18:16:01 (GMT)
committerhobbs <hobbs@noemail.net>2010-11-30 18:16:01 (GMT)
commit9fef6968a9971c094e0945448a9589f4e796e938 (patch)
tree1813237c573abb3ecbb46ec846d9b34db02dac3a /generic/tclStubInit.c
parent9b317c5baad995c6c1501eeacc157514c55d80c8 (diff)
downloadtcl-9fef6968a9971c094e0945448a9589f4e796e938.zip
tcl-9fef6968a9971c094e0945448a9589f4e796e938.tar.gz
tcl-9fef6968a9971c094e0945448a9589f4e796e938.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: 2a8fac784cc952d6ac0239827d081439773ac995
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 3a9fc31..a8ed3bd 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.150.2.3 2010/02/07 22:16:54 nijtmans Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.150.2.4 2010/11/30 18:16:02 hobbs Exp $
*/
#include "tclInt.h"
@@ -98,7 +98,7 @@ TclIntStubs tclIntStubs = {
NULL, /* 21 */
TclFindElement, /* 22 */
TclFindProc, /* 23 */
- NULL, /* 24 */
+ TclFormatInt, /* 24 */
TclFreePackageInfo, /* 25 */
NULL, /* 26 */
NULL, /* 27 */