Rewrote the configuration scripts, makefiles, and some initialization

routines to use the Tcl and Tk stubs libraries.
This commit is contained in:
Tim Edwards
2017-10-13 10:28:07 -04:00
parent 0e3825ef75
commit cfccdb84c1
36 changed files with 25554 additions and 392 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Tclplot_Init(interp)
if (interp == NULL) return TCL_ERROR;
if (Tcl_PkgRequire(interp, "Tclmagic", MAGIC_VERSION, 0) == NULL)
return TCL_ERROR;
if (Tcl_InitStubs(interp, "8.1", 0) == NULL) return TCL_ERROR;
if (Tcl_InitStubs(interp, "8.5", 0) == NULL) return TCL_ERROR;
TxPrintf("Auto-loading PLOT module\n");
TxFlushOut();