Ticket #22536: blt2.4z-noexactversion.patch
File blt2.4z-noexactversion.patch, 477 bytes (added by howarth@…, 15 years ago) |
---|
-
src/bltInit.c
old new 415 415 * Check that the versions of Tcl that have been loaded are 416 416 * the same ones that BLT was compiled against. 417 417 */ 418 if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, EXACT) == NULL) {418 if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) { 419 419 return TCL_ERROR; 420 420 } 421 421 /* Set the "blt_version", "blt_patchLevel", and "blt_libPath" Tcl