summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorjenglish@flightlab.com <jenglish>2008-03-21 21:49:10 (GMT)
committerjenglish@flightlab.com <jenglish>2008-03-21 21:49:10 (GMT)
commit42ab9137ece30d8e087258d199a113273584929f (patch)
tree1da6709ac8affe22c275800bb928f277f740d811 /generic/tk.decls
parent49d9c864b66224d90134f00671d0fb7f1f1bc5d0 (diff)
downloadtk-42ab9137ece30d8e087258d199a113273584929f.zip
tk-42ab9137ece30d8e087258d199a113273584929f.tar.gz
tk-42ab9137ece30d8e087258d199a113273584929f.tar.bz2
Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls11
1 files changed, 2 insertions, 9 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 12f4afa..050742c 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tk.decls,v 1.36 2008/03/19 16:57:21 das Exp $
+# RCS: @(#) $Id: tk.decls,v 1.37 2008/03/21 21:49:12 jenglish Exp $
library tk
@@ -1159,11 +1159,7 @@ export {
}
export {
CONST char *Tk_PkgInitStubsCheck(Tcl_Interp *interp, CONST char *version,
- int exact)
-}
-export {
- const char *TtkInitializeStubs(Tcl_Interp *, const char *version,
- int epoch, int revision)
+ int exact);
}
# Global variables that need to be exported from the tcl shared library.
@@ -1183,6 +1179,3 @@ export {
export {
TkIntXlibStubs *tkIntXlibStubsPtr (fool checkstubs)
}
-export {
- TtkStubs *ttkStubsPtr (fool checkstubs)
-}