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
@@ -296,7 +296,7 @@ int Magicoa_Init(Tcl_Interp *interp) {
Tcl_PkgProvide(interp, "magicOA", "0.1");
#ifdef USE_TCL_STUBS
if(Tcl_InitStubs(interp, (char *)"8.1",0) == NULL)
if(Tcl_InitStubs(interp, (char *)"8.5",0) == NULL)
return TCL_ERROR;
#endif
try {