summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclOODecls.h1
-rw-r--r--generic/tclOOStubInit.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclOODecls.h b/generic/tclOODecls.h
index 1ddb7c6..b93865e 100644
--- a/generic/tclOODecls.h
+++ b/generic/tclOODecls.h
@@ -11,6 +11,7 @@
#endif
#define tclOOPrivateStubs tclOOIntStubs
+#define TclOOPrivateStubs TclOOIntStubs
/* !BEGIN!: Do not edit below this line. */
diff --git a/generic/tclOOStubInit.c b/generic/tclOOStubInit.c
index 33da395..7be341a 100644
--- a/generic/tclOOStubInit.c
+++ b/generic/tclOOStubInit.c
@@ -9,6 +9,7 @@
#include "tclOOInt.h"
MODULE_SCOPE const TclOOStubs tclOOStubs;
+MODULE_SCOPE const TclOOIntStubs tclOOIntStubs;
#ifdef __GNUC__
#pragma GCC dependency "tclOO.decls"