summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authordas <das>2008-04-02 21:31:17 (GMT)
committerdas <das>2008-04-02 21:31:17 (GMT)
commit3657c9cadc9e99c4a708db858e60ee5f87c68df1 (patch)
treea046865f4bd22f2da042b726045bf43778639485 /generic/tk.decls
parentb6df8edd277a05f344f63aa110f3fafd5e2171dc (diff)
downloadtk-3657c9cadc9e99c4a708db858e60ee5f87c68df1.zip
tk-3657c9cadc9e99c4a708db858e60ee5f87c68df1.tar.gz
tk-3657c9cadc9e99c4a708db858e60ee5f87c68df1.tar.bz2
* generic/tk.decls: remove 'export' declarations of symbols now
only in libtkstub and no longer in libtk.
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls24
1 files changed, 1 insertions, 23 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 4c7d675..9ff3c87 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.38 2008/03/27 12:03:33 das Exp $
+# RCS: @(#) $Id: tk.decls,v 1.39 2008/04/02 21:31:17 das Exp $
library tk
@@ -1154,28 +1154,6 @@ declare 10 aqua {
# Public functions that are not accessible via the stubs table.
export {
- CONST char *Tk_InitStubs(Tcl_Interp *interp, CONST char *version,
- int exact)
-}
-export {
CONST char *Tk_PkgInitStubsCheck(Tcl_Interp *interp, CONST char *version,
int exact)
}
-
-# Global variables that need to be exported from the tcl shared library.
-
-export {
- TkStubs *tkStubsPtr (fool checkstubs)
-}
-export {
- TkPlatStubs *tkPlatStubsPtr (fool checkstubs)
-}
-export {
- TkIntStubs *tkIntStubsPtr (fool checkstubs)
-}
-export {
- TkIntPlatStubs *tkIntPlatStubsPtr (fool checkstubs)
-}
-export {
- TkIntXlibStubs *tkIntXlibStubsPtr (fool checkstubs)
-}