summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-05-24 10:54:50 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-05-24 10:54:50 (GMT)
commit6147ac1f8bf7eb773fc4693b8204218a0a279dd6 (patch)
tree6ac609393630b9f07c7b780d4904bdfd374d3b1c /generic/tcl.decls
parent5f023ad70667546a4bc4a1d1b9b8256310ff6a8b (diff)
parentfc9e9acb064ab5506fa4f5f6e9a8848e3563d115 (diff)
downloadtcl-6147ac1f8bf7eb773fc4693b8204218a0a279dd6.zip
tcl-6147ac1f8bf7eb773fc4693b8204218a0a279dd6.tar.gz
tcl-6147ac1f8bf7eb773fc4693b8204218a0a279dd6.tar.bz2
Revert most of [3caedf05df], since when we let cygwin share the win32 stub table this is no longer necessary
implement TclpInetNtoa for win32 Let cygwin share stub table with win32 FossilOrigin-Name: 3873dc6035af522efd5b527aed115c4c37e1e638
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 8ab9a7c..b421ae2 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2365,6 +2365,14 @@ 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)
}