mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +02:00
Rewrote the configuration scripts, makefiles, and some initialization
routines to use the Tcl and Tk stubs libraries.
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user