summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-31 12:57:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-31 12:57:43 (GMT)
commit5aa7d076634f8300e71a42743fe283081471c87e (patch)
tree97b21b3402d50261695eee2a1f8468a7e0e84550 /generic/tclStubInit.c
parent4739235667b6bb209aaf9c772dbacb373fded4f1 (diff)
parent209485eee104ea7c68f7c713a8371f35b2f59d85 (diff)
downloadtcl-5aa7d076634f8300e71a42743fe283081471c87e.zip
tcl-5aa7d076634f8300e71a42743fe283081471c87e.tar.gz
tcl-5aa7d076634f8300e71a42743fe283081471c87e.tar.bz2
Merge 8.7. Add Tcl_ProcObjCmd2()
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 eae72ba..6b78e6f 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -2033,6 +2033,11 @@ const TclStubs tclStubs = {
TclUtfAtIndex, /* 671 */
TclGetRange, /* 672 */
TclGetUniChar, /* 673 */
+ 0, /* 674 */
+ 0, /* 675 */
+ 0, /* 676 */
+ 0, /* 677 */
+ Tcl_ProcObjCmd2, /* 678 */
};
/* !END!: Do not edit above this line. */