From 7f1d80f4e2bc7e913da55560ee6f94c96c7a2476 Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Mon, 21 May 2018 00:13:27 +0200 Subject: mini-gmp/tests/t-double.c: Tests the exact number of converted bits --- bootstrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.c') 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)) -- cgit v1.2.1