commit | 6d8f29a623f27d72bf1622132f2b2c4084eff9e3 | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Fri Jul 25 14:34:19 2014 -0500 |
committer | Zachary Ware <zachary.ware@gmail.com> | Fri Jul 25 14:34:19 2014 -0500 |
tree | 9f49bbb4da782747a7b81f98f5705f5377246eb1 | |
parent | 1b5f58d1670852871a9865a7b67e14626561f8d1 [diff] [blame] |
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. Patch by Zachary Turner.
diff --git a/Misc/NEWS b/Misc/NEWS index 4702dfe..01f4c17 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -58,6 +58,9 @@ Build ----- +- Issue #21958: Define HAVE_ROUND when building with Visual Studio 2013 and + above. Patch by Zachary Turner. + - Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ now display special message when and only when there are failures.