diff options
author | das <das@noemail.net> | 2008-04-02 21:31:16 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2008-04-02 21:31:16 (GMT) |
commit | ba04e712cb72939258824c01df5d07e1d5f0613e (patch) | |
tree | a046865f4bd22f2da042b726045bf43778639485 /generic/tk.decls | |
parent | 1056f1e7d5d2d51c9a737db3f350187eea20c413 (diff) | |
download | tk-ba04e712cb72939258824c01df5d07e1d5f0613e.zip tk-ba04e712cb72939258824c01df5d07e1d5f0613e.tar.gz tk-ba04e712cb72939258824c01df5d07e1d5f0613e.tar.bz2 |
* generic/tk.decls: remove 'export' declarations of symbols now
only in libtkstub and no longer in libtk.
FossilOrigin-Name: 4c953cb450d234781a64e44fc7347e0f16d91d0b
Diffstat (limited to 'generic/tk.decls')
-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) -} |