summaryrefslogtreecommitdiffstats
path: root/generic/tclOOStubInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclOOStubInit.c')
-rw-r--r--generic/tclOOStubInit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclOOStubInit.c b/generic/tclOOStubInit.c
index e8534eb..735d871 100644
--- a/generic/tclOOStubInit.c
+++ b/generic/tclOOStubInit.c
@@ -77,7 +77,10 @@ const TclOOStubs tclOOStubs = {
Tcl_GetObjectName, /* 28 */
0, /* 29 */
0, /* 30 */
- TclOOUnusedStubEntry, /* 31 */
+ 0, /* 31 */
+ 0, /* 32 */
+ 0, /* 33 */
+ TclOOUnusedStubEntry, /* 34 */
};
/* !END!: Do not edit above this line. */