diff options
author | das <das> | 2008-04-02 21:31:17 (GMT) |
---|---|---|
committer | das <das> | 2008-04-02 21:31:17 (GMT) |
commit | 3657c9cadc9e99c4a708db858e60ee5f87c68df1 (patch) | |
tree | a046865f4bd22f2da042b726045bf43778639485 /generic | |
parent | b6df8edd277a05f344f63aa110f3fafd5e2171dc (diff) | |
download | tk-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')
-rw-r--r-- | generic/tk.decls | 24 |
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) -} |