summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2011-07-02 21:56:33 (GMT)
committerKevin B Kenny <kennykb@acm.org>2011-07-02 21:56:33 (GMT)
commite08b947885c19c9ce8dc19999af8b96fb3d37073 (patch)
tree32125ee4763fe4e82d3a6f93e806e3328c1fade5 /win/makefile.vc
parent9bad349b17ac966a8c3e2633ada87723d34e69b9 (diff)
downloadtcl-e08b947885c19c9ce8dc19999af8b96fb3d37073.zip
tcl-e08b947885c19c9ce8dc19999af8b96fb3d37073.tar.gz
tcl-e08b947885c19c9ce8dc19999af8b96fb3d37073.tar.bz2
Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 7dc96b7..d982284 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -343,6 +343,7 @@ TCLOBJS = \
$(TMP_DIR)\bn_mp_cmp.obj \
$(TMP_DIR)\bn_mp_cmp_d.obj \
$(TMP_DIR)\bn_mp_cmp_mag.obj \
+ $(TMP_DIR)\bn_mp_cnt_lsb.obj \
$(TMP_DIR)\bn_mp_copy.obj \
$(TMP_DIR)\bn_mp_count_bits.obj \
$(TMP_DIR)\bn_mp_div.obj \