summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordas <das>2008-04-02 21:27:44 (GMT)
committerdas <das>2008-04-02 21:27:44 (GMT)
commit7d7777702e9483612dda3a16c4ef7ee0f1259093 (patch)
tree464f9bc30f03be0870d7363ea87155bf4cda1fec /generic
parente1d96cff90ac8c37cb05dbb8d8c46a693024d178 (diff)
downloadtcl-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.
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.decls28
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)
-}