summaryrefslogtreecommitdiffstats
path: root/generic/tclOOStubInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclOOStubInit.c')
-rw-r--r--generic/tclOOStubInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclOOStubInit.c b/generic/tclOOStubInit.c
index 651b20e..e8534eb 100644
--- a/generic/tclOOStubInit.c
+++ b/generic/tclOOStubInit.c
@@ -14,7 +14,7 @@ MODULE_SCOPE const TclOOStubs tclOOStubs;
#pragma GCC dependency "tclOO.decls"
#endif
-#define TclUnusedStubEntry 0
+#define TclOOUnusedStubEntry 0
/* !BEGIN!: Do not edit below this line. */
@@ -77,7 +77,7 @@ const TclOOStubs tclOOStubs = {
Tcl_GetObjectName, /* 28 */
0, /* 29 */
0, /* 30 */
- TclUnusedStubEntry, /* 31 */
+ TclOOUnusedStubEntry, /* 31 */
};
/* !END!: Do not edit above this line. */