diff options
author | jenglish <jenglish@flightlab.com> | 2008-03-21 21:49:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-03-21 21:49:10 (GMT) |
commit | aaf798083f7605166430807208c76d402e6f9779 (patch) | |
tree | 1da6709ac8affe22c275800bb928f277f740d811 /generic/ttk/ttkStubLib.c | |
parent | 8365f49c5961e46f2789d02b9fc8ce444b9bfc24 (diff) | |
download | tk-aaf798083f7605166430807208c76d402e6f9779.zip tk-aaf798083f7605166430807208c76d402e6f9779.tar.gz tk-aaf798083f7605166430807208c76d402e6f9779.tar.bz2 |
Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]
Diffstat (limited to 'generic/ttk/ttkStubLib.c')
-rw-r--r-- | generic/ttk/ttkStubLib.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/generic/ttk/ttkStubLib.c b/generic/ttk/ttkStubLib.c index 697107a..11b1698 100644 --- a/generic/ttk/ttkStubLib.c +++ b/generic/ttk/ttkStubLib.c @@ -1,5 +1,5 @@ /* - * $Id: ttkStubLib.c,v 1.3 2008/03/19 16:57:22 das Exp $ + * $Id: ttkStubLib.c,v 1.4 2008/03/21 21:49:12 jenglish Exp $ * SOURCE: tk/generic/tkStubLib.c, version 1.9 2004/03/17 */ @@ -8,7 +8,8 @@ #define USE_TTK_STUBS 1 #include "ttkTheme.h" -const TtkStubs *ttkStubsPtr = NULL; +MODULE_SCOPE const TtkStubs *ttkStubsPtr; +const TtkStubs *ttkStubsPtr; /* *---------------------------------------------------------------------- @@ -25,7 +26,7 @@ const TtkStubs *ttkStubsPtr = NULL; * Sets the stub table pointer. * */ -const char * +MODULE_SCOPE const char * TtkInitializeStubs( Tcl_Interp *interp, const char *version, int epoch, int revision) { |