diff options
| author | das <das> | 2008-04-02 21:27:44 (GMT) |
|---|---|---|
| committer | das <das> | 2008-04-02 21:27:44 (GMT) |
| commit | e4b424526560ca976f554d8dd1794bcc34bcd2d1 (patch) | |
| tree | 464f9bc30f03be0870d7363ea87155bf4cda1fec | |
| parent | eed60f4b84840de98d6725adbf7fa711d18ca5c9 (diff) | |
| download | tcl-e4b424526560ca976f554d8dd1794bcc34bcd2d1.zip tcl-e4b424526560ca976f554d8dd1794bcc34bcd2d1.tar.gz tcl-e4b424526560ca976f554d8dd1794bcc34bcd2d1.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) -} |
