summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-23 09:46:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-23 09:46:18 (GMT)
commitb9f442e8b242fb1b539624bfbb2e1b9cb3dbab5c (patch)
treeadbd66b9ec323d6cb70d0c86e65d5fd13edd750e /generic/tclStubInit.c
parent5dab8a0c6bb286d1df380174ced1863ec1012e8e (diff)
parentff928c64503ac53766039f01c0c6b03085737c5c (diff)
downloadtcl-b9f442e8b242fb1b539624bfbb2e1b9cb3dbab5c.zip
tcl-b9f442e8b242fb1b539624bfbb2e1b9cb3dbab5c.tar.gz
tcl-b9f442e8b242fb1b539624bfbb2e1b9cb3dbab5c.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index e4ef7dd..493a272 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -149,7 +149,7 @@ static void uniCodePanic() {
#define TclBN_s_mp_sub s_mp_sub
#define TclBN_mp_toom_mul s_mp_toom_mul
#define TclBN_mp_toom_sqr s_mp_toom_sqr
-
+#define TclUnusedStubEntry NULL
/* See bug 510001: TclSockMinimumBuffers needs plat imp */
#if defined(_WIN64) || defined(TCL_NO_DEPRECATED) || TCL_MAJOR_VERSION > 8
@@ -972,6 +972,7 @@ static const TclIntStubs tclIntStubs = {
TclPtrUnsetVar, /* 256 */
TclStaticPackage, /* 257 */
TclpCreateTemporaryDirectory, /* 258 */
+ TclUnusedStubEntry, /* 259 */
};
static const TclIntPlatStubs tclIntPlatStubs = {