Differences From Artifact [197dbe628e]:
- File win/makefile.vc — part of check-in [aa39db2dc3] at 2019-03-25 21:50:34 on branch core-8-6-branch — Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath: In the upcoming new version those will become real functions, causing possible binary incompatibility. This change makes Tcl independant from libtommath's changes. (user: jan.nijtmans size: 32344)
To Artifact [b273966a53]:
- File win/makefile.vc — part of check-in [f93468c78c] at 2019-03-28 20:59:03 on branch core-8-6-branch — Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead of exported int symbols. (user: jan.nijtmans size: 32318)
| ︙ | |||
247 248 249 250 251 252 253 | 247 248 249 250 251 252 253 254 255 256 257 258 259 260 | - | $(TMP_DIR)\inflate.obj \ $(TMP_DIR)\inftrees.obj \ $(TMP_DIR)\trees.obj \ $(TMP_DIR)\uncompr.obj \ $(TMP_DIR)\zutil.obj TOMMATHOBJS = \ |
| ︙ |