diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-31 08:31:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-31 08:31:58 (GMT) |
commit | c69794cc05d5ab01537ede052537fa25613c01c4 (patch) | |
tree | 2662cac0c4b4f7458c792fdfc1e8916f23f4d202 /generic/tcl.decls | |
parent | 3186e522afae18a8fe8e1513d4a9e27500486613 (diff) | |
parent | 161a43e685132ef00e715c16fe1cf9c6a33e0a6d (diff) | |
download | tcl-c69794cc05d5ab01537ede052537fa25613c01c4.zip tcl-c69794cc05d5ab01537ede052537fa25613c01c4.tar.gz tcl-c69794cc05d5ab01537ede052537fa25613c01c4.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 69b902f..1829249 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -2371,6 +2371,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) } |