diff options
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 0a7fb01..cd6d46b 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -1688,7 +1688,9 @@ const TclStubs tclStubs = { 0, /* 685 */ 0, /* 686 */ 0, /* 687 */ - TclUnusedStubEntry, /* 688 */ + 0, /* 688 */ + 0, /* 689 */ + TclUnusedStubEntry, /* 690 */ }; /* !END!: Do not edit above this line. */ |
