diff options
author | das <das> | 2008-04-02 21:27:44 (GMT) |
---|---|---|
committer | das <das> | 2008-04-02 21:27:44 (GMT) |
commit | 7d7777702e9483612dda3a16c4ef7ee0f1259093 (patch) | |
tree | 464f9bc30f03be0870d7363ea87155bf4cda1fec | |
parent | e1d96cff90ac8c37cb05dbb8d8c46a693024d178 (diff) | |
download | tcl-7d7777702e9483612dda3a16c4ef7ee0f1259093.zip tcl-7d7777702e9483612dda3a16c4ef7ee0f1259093.tar.gz tcl-7d7777702e9483612dda3a16c4ef7ee0f1259093.tar.bz2 |
* generic/tcl.decls: remove 'export' declarations of symbols now
only in libtclstub and no longer in libtcl.
-rw-r--r-- | generic/tcl.decls | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index ecc0415..3616299 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tcl.decls,v 1.131 2008/03/19 16:56:13 das Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.132 2008/04/02 21:27:44 das Exp $ library tcl @@ -2149,35 +2149,9 @@ export { void Tcl_Main(int argc, char **argv, Tcl_AppInitProc *appInitProc) } export { - CONST char *Tcl_InitStubs(Tcl_Interp *interp, CONST char *version, - int exact) -} -export { - CONST char *TclTomMathInitializeStubs(Tcl_Interp* interp, - CONST char* version, int epoch, int revision) -} -export { CONST char *Tcl_PkgInitStubsCheck(Tcl_Interp *interp, CONST char *version, int exact) } export { void Tcl_GetMemoryInfo(Tcl_DString *dsPtr) } - -# Global variables that need to be exported from the tcl shared library. - -export { - TclStubs *tclStubsPtr (fool checkstubs) -} -export { - TclPlatStubs *tclPlatStubsPtr (fool checkstubs) -} -export { - TclIntStubs *tclIntStubsPtr (fool checkstubs) -} -export { - TclIntPlatStubs *tclIntPlatStubsPtr (fool checkstubs) -} -export { - TclTomMathStubs* tclTomMathStubsPtr (fool checkstubs) -} |