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 | bd1bf1f910db812a8027c135ee9f3e741cfdaaac (patch) | |
tree | 4c76c4a8d7df8673460f55a3fa3031db0fd9245c /generic/tkStubInit.c | |
parent | e4b709d9413108c9fea819feefc24c99edd678a1 (diff) | |
download | tk-bd1bf1f910db812a8027c135ee9f3e741cfdaaac.zip tk-bd1bf1f910db812a8027c135ee9f3e741cfdaaac.tar.gz tk-bd1bf1f910db812a8027c135ee9f3e741cfdaaac.tar.bz2 |
Fix for [f476e3d654]: Tk trunk fails to build/link
Diffstat (limited to 'generic/tkStubInit.c')
-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. |