Imported Tcl 8.6.9

This commit is contained in:
Steve Dower
2018-12-11 10:07:57 -08:00
parent 0343d03b22
commit 490cb690a8
634 changed files with 545895 additions and 10951 deletions

View File

@@ -2369,6 +2369,10 @@ declare 1 macosx {
export {
void Tcl_Main(int argc, char **argv, Tcl_AppInitProc *appInitProc)
}
export {
void Tcl_MainEx(int argc, char **argv, Tcl_AppInitProc *appInitProc,
Tcl_Interp *interp)
}
export {
const char *Tcl_InitStubs(Tcl_Interp *interp, const char *version,
int exact)