summaryrefslogtreecommitdiff
path: root/bootstrap.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2018-05-20 13:19:28 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2018-05-20 13:19:28 +0200
commitc920f2730f1412e4ef953c27139011d02a638e56 (patch)
tree122ba35b54d6727ea51222067bd8aeee9c1685fc /bootstrap.c
parent26dd5690f103c0e288348b792207dd3a24b13031 (diff)
downloadgmp-c920f2730f1412e4ef953c27139011d02a638e56.tar.gz
mini-gmp.c (mpz_get_d): Convert a fixed number of bits
Diffstat (limited to 'bootstrap.c')
-rw-r--r--bootstrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.c b/bootstrap.c
index 999178e01..5ded7f7f8 100644
--- a/bootstrap.c
+++ b/bootstrap.c
@@ -29,6 +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
#include "mini-gmp/mini-gmp.c"
#define MIN(l,o) ((l) < (o) ? (l) : (o))