summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-01-12 20:59:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-01-12 20:59:53 (GMT)
commitabc071c9749dd80f997754a1f0e0dddbd57681bd (patch)
treeede9400a7f2d9a343d5df8959506d3b64b0b6a97 /generic/tclStubInit.c
parentee6c9c9f00f18fb8ae94d73f22e69ca270d4d7d8 (diff)
parentd42b3a00d3058b4e6eaabb24196fc0dbb55088dc (diff)
downloadtcl-abc071c9749dd80f997754a1f0e0dddbd57681bd.zip
tcl-abc071c9749dd80f997754a1f0e0dddbd57681bd.tar.gz
tcl-abc071c9749dd80f997754a1f0e0dddbd57681bd.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 4fb1f9e..7c363b9 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1416,11 +1416,12 @@ const TclStubs tclStubs = {
Tcl_FindSymbol, /* 628 */
Tcl_FSUnloadFile, /* 629 */
Tcl_ZlibStreamSetCompressionDictionary, /* 630 */
- Tcl_FreeIntRep, /* 631 */
- Tcl_InitStringRep, /* 632 */
- Tcl_FetchIntRep, /* 633 */
- Tcl_StoreIntRep, /* 634 */
- Tcl_HasStringRep, /* 635 */
+ 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. */