mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Extend stubs require string to an open string
This commit is contained in:
@@ -598,9 +598,9 @@ EXPORT int Zint_Init (Tcl_Interp *interp)
|
|||||||
int * tkFlagPtr;
|
int * tkFlagPtr;
|
||||||
/*------------------------------------------------------------------------*/
|
/*------------------------------------------------------------------------*/
|
||||||
#ifdef USE_TCL_STUBS
|
#ifdef USE_TCL_STUBS
|
||||||
if (Tcl_InitStubs(interp, "8.5", 0) == NULL)
|
if (Tcl_InitStubs(interp, "8.5-", 0) == NULL)
|
||||||
#else
|
#else
|
||||||
if (Tcl_PkgRequire(interp, "Tcl", "8.5", 0) == NULL)
|
if (Tcl_PkgRequire(interp, "Tcl", "8.5-", 0) == NULL)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
return TCL_ERROR;
|
return TCL_ERROR;
|
||||||
|
|||||||
Reference in New Issue
Block a user