summaryrefslogtreecommitdiffstats
path: root/generic/tclOOStubLib.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-10-10 14:13:51 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-10-10 14:13:51 (GMT)
commiteaba25e1f58357e2e9155c9aa1566f29da5fbaf8 (patch)
tree7ddd3ac3bd4d9125f2a44ce67d4d5bb7a4540013 /generic/tclOOStubLib.c
parentb0ccbf31abdc32b13c24a74209c00690d0624d09 (diff)
downloadtcl-eaba25e1f58357e2e9155c9aa1566f29da5fbaf8.zip
tcl-eaba25e1f58357e2e9155c9aa1566f29da5fbaf8.tar.gz
tcl-eaba25e1f58357e2e9155c9aa1566f29da5fbaf8.tar.bz2
Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new test-case which makes the problem visible on UNIX as well.
Diffstat (limited to 'generic/tclOOStubLib.c')
-rw-r--r--generic/tclOOStubLib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclOOStubLib.c b/generic/tclOOStubLib.c
index 921aced..a9fa212 100644
--- a/generic/tclOOStubLib.c
+++ b/generic/tclOOStubLib.c
@@ -27,6 +27,8 @@ const TclOOIntStubs *tclOOIntStubsPtr = NULL;
*----------------------------------------------------------------------
*/
+#undef TclOOInitializeStubs
+
MODULE_SCOPE const char *
TclOOInitializeStubs(
Tcl_Interp *interp,