summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-03-25 13:06:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-03-25 13:06:53 (GMT)
commitf19cbcbff50d1926240759ab4e4bfcd0cc6e54d9 (patch)
tree70ba413e0fcfea2be7f845c9210ed9de0cc17a63 /generic/tclStubInit.c
parentc7039276a0e64e1cc8f2d8a813a9007eee1e89fa (diff)
downloadtcl-f19cbcbff50d1926240759ab4e4bfcd0cc6e54d9.zip
tcl-f19cbcbff50d1926240759ab4e4bfcd0cc6e54d9.tar.gz
tcl-f19cbcbff50d1926240759ab4e4bfcd0cc6e54d9.tar.bz2
New routines Tcl_FetchIntRep() and Tcl_StoreIntRep().
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 775d4ac..2af47b7 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1417,6 +1417,8 @@ const TclStubs tclStubs = {
Tcl_ZlibStreamSetCompressionDictionary, /* 630 */
Tcl_FreeIntRep, /* 631 */
Tcl_InitStringRep, /* 632 */
+ Tcl_FetchIntRep, /* 633 */
+ Tcl_StoreIntRep, /* 634 */
};
/* !END!: Do not edit above this line. */