mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
TCL9: Tcl_InitStubs(version="9.0")
This commit is contained in:
committed by
Tim Edwards
parent
77a7afc8e2
commit
661b66a143
+1
-1
@@ -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.5", 0) == NULL) return TCL_ERROR;
|
||||
if (Tcl_InitStubs(interp, Tclmagic_InitStubsVersion, 0) == NULL) return TCL_ERROR;
|
||||
|
||||
TxPrintf("Auto-loading PLOT module\n");
|
||||
TxFlushOut();
|
||||
|
||||
Reference in New Issue
Block a user