diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-10-10 14:13:51 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-10-10 14:13:51 (GMT) |
| commit | eaba25e1f58357e2e9155c9aa1566f29da5fbaf8 (patch) | |
| tree | 7ddd3ac3bd4d9125f2a44ce67d4d5bb7a4540013 /generic/tclOOStubLib.c | |
| parent | b0ccbf31abdc32b13c24a74209c00690d0624d09 (diff) | |
| download | tcl-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.c | 2 |
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, |
