summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index ebd2086..56b9355 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1536,6 +1536,11 @@ const TclStubs tclStubs = {
Tcl_FSUnloadFile, /* 629 */
Tcl_ZlibStreamSetCompressionDictionary, /* 630 */
Tcl_OpenTcpServerEx, /* 631 */
+ Tcl_FreeIntRep, /* 632 */
+ Tcl_InitStringRep, /* 633 */
+ Tcl_FetchIntRep, /* 634 */
+ Tcl_StoreIntRep, /* 635 */
+ Tcl_HasStringRep, /* 636 */
};
/* !END!: Do not edit above this line. */