diff options
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 553fa98..a5de5f4 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -742,7 +742,8 @@ static const TclIntStubs tclIntStubs = { TclPtrObjMakeUpvar, /* 255 */ TclPtrUnsetVar, /* 256 */ 0, /* 257 */ - TclUnusedStubEntry, /* 258 */ + 0, /* 258 */ + TclUnusedStubEntry, /* 259 */ }; static const TclIntPlatStubs tclIntPlatStubs = { |
