mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Extend stubs require string to an open string
This commit is contained in:
parent
03948c1d28
commit
2e350232de
@ -598,9 +598,9 @@ EXPORT int Zint_Init (Tcl_Interp *interp)
|
||||
int * tkFlagPtr;
|
||||
/*------------------------------------------------------------------------*/
|
||||
#ifdef USE_TCL_STUBS
|
||||
if (Tcl_InitStubs(interp, "8.5", 0) == NULL)
|
||||
if (Tcl_InitStubs(interp, "8.5-", 0) == NULL)
|
||||
#else
|
||||
if (Tcl_PkgRequire(interp, "Tcl", "8.5", 0) == NULL)
|
||||
if (Tcl_PkgRequire(interp, "Tcl", "8.5-", 0) == NULL)
|
||||
#endif
|
||||
{
|
||||
return TCL_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user