summaryrefslogtreecommitdiff
path: root/bootstrap.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2018-05-21 00:13:27 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2018-05-21 00:13:27 +0200
commit7f1d80f4e2bc7e913da55560ee6f94c96c7a2476 (patch)
tree0b3c42f62e53e50e0bd718a94a82804b23bfe265 /bootstrap.c
parent50ded4fe327a9a522ff98c44cea2d5ae48994085 (diff)
downloadgmp-7f1d80f4e2bc7e913da55560ee6f94c96c7a2476.tar.gz
mini-gmp/tests/t-double.c: Tests the exact number of converted bits
Diffstat (limited to 'bootstrap.c')
-rw-r--r--bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.c b/bootstrap.c
index 5ded7f7f8..2dd6dc06c 100644
--- a/bootstrap.c
+++ b/bootstrap.c
@@ -29,7 +29,7 @@ GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#define DONT_USE_FLOAT_H 1
+#define MINI_GMP_DONT_USE_FLOAT_H 1
#include "mini-gmp/mini-gmp.c"
#define MIN(l,o) ((l) < (o) ? (l) : (o))