summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-22 12:44:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-22 12:44:36 (GMT)
commit056ec20e9eb07aded13c8edd3a39a65512c52929 (patch)
tree547f1279c0ce411de4125eaac91a118af4215da5 /generic/tcl.decls
parent3d7e78f01cd6ddb05fa76bfc7aeb0c9c61392dfa (diff)
parent669d1c9df8e9d7c24e567111f7d6ab59b69caf4a (diff)
downloadtcl-056ec20e9eb07aded13c8edd3a39a65512c52929.zip
tcl-056ec20e9eb07aded13c8edd3a39a65512c52929.tar.gz
tcl-056ec20e9eb07aded13c8edd3a39a65512c52929.tar.bz2
Revert most of [fcc5957e59], 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
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 e41a54b..256701d 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2154,6 +2154,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)
}