diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-11 11:39:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-11 11:39:43 (GMT) |
commit | 8aaaa90ec748d85170eb507c7f563223493c3471 (patch) | |
tree | 4c76c4a8d7df8673460f55a3fa3031db0fd9245c | |
parent | 6b8394f347165c180bf1baae9739a68642e09d0e (diff) | |
download | tk-8aaaa90ec748d85170eb507c7f563223493c3471.zip tk-8aaaa90ec748d85170eb507c7f563223493c3471.tar.gz tk-8aaaa90ec748d85170eb507c7f563223493c3471.tar.bz2 |
Fix for [f476e3d654]: Tk trunk fails to build/link
-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. |