diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-15 15:07:46 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-15 15:07:46 (GMT) |
| commit | 6e9d74fa78f14c99bc219a018f96ef249e0cab9f (patch) | |
| tree | 5582fd3feb89dc30cc62cfed2b16c9f420f26993 /generic/tclStubInit.c | |
| parent | 62cba4649fa3017633b316173e746d2bea9d0a43 (diff) | |
| parent | c9d50be3b9d31a5e6339eae35dd3b04ee3b6913f (diff) | |
| download | tcl-6e9d74fa78f14c99bc219a018f96ef249e0cab9f.zip tcl-6e9d74fa78f14c99bc219a018f96ef249e0cab9f.tar.gz tcl-6e9d74fa78f14c99bc219a018f96ef249e0cab9f.tar.bz2 | |
Merge 8.5
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index bf05158..30fa411 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -57,6 +57,7 @@ #define TclBN_mp_tc_and TclBN_mp_and #define TclBN_mp_tc_or TclBN_mp_or #define TclBN_mp_tc_xor TclBN_mp_xor +#define TclUnusedStubEntry NULL /* See bug 510001: TclSockMinimumBuffers needs plat imp */ #ifdef _WIN64 @@ -670,6 +671,8 @@ static const TclIntStubs tclIntStubs = { TclPtrIncrObjVar, /* 254 */ TclPtrObjMakeUpvar, /* 255 */ TclPtrUnsetVar, /* 256 */ + 0, /* 257 */ + TclUnusedStubEntry, /* 258 */ }; static const TclIntPlatStubs tclIntPlatStubs = { @@ -1536,6 +1539,24 @@ const TclStubs tclStubs = { Tcl_FindSymbol, /* 628 */ Tcl_FSUnloadFile, /* 629 */ Tcl_ZlibStreamSetCompressionDictionary, /* 630 */ + 0, /* 631 */ + 0, /* 632 */ + 0, /* 633 */ + 0, /* 634 */ + 0, /* 635 */ + 0, /* 636 */ + 0, /* 637 */ + 0, /* 638 */ + 0, /* 639 */ + 0, /* 640 */ + 0, /* 641 */ + 0, /* 642 */ + 0, /* 643 */ + 0, /* 644 */ + 0, /* 645 */ + 0, /* 646 */ + 0, /* 647 */ + TclUnusedStubEntry, /* 648 */ }; /* !END!: Do not edit above this line. */ |
