diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-02-11 11:39:43 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-02-11 11:39:43 (GMT) |
commit | 9e3f297fea212c5c9622c4f5761840520276471e (patch) | |
tree | 4c76c4a8d7df8673460f55a3fa3031db0fd9245c /generic | |
parent | 1372fc20ed209a8cc4c9f7cddeba69758ae93dbb (diff) | |
download | tk-9e3f297fea212c5c9622c4f5761840520276471e.zip tk-9e3f297fea212c5c9622c4f5761840520276471e.tar.gz tk-9e3f297fea212c5c9622c4f5761840520276471e.tar.bz2 |
Fix for [f476e3d654]: Tk trunk fails to build/link
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkStubInit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 47288c6..5a3e1ce 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -31,6 +31,7 @@ #include "tkIntXlibDecls.h" static const TkIntStubs tkIntStubs; +MODULE_SCOPE const TkStubs tkStubs; /* * Remove macro that might interfere with the definition below. |