From 3657c9cadc9e99c4a708db858e60ee5f87c68df1 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 2 Apr 2008 21:31:17 +0000 Subject: * generic/tk.decls: remove 'export' declarations of symbols now only in libtkstub and no longer in libtk. --- generic/tk.decls | 24 +----------------------- 1 file changed, 1 insertion(+), 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) -} -- cgit v0.12