summaryrefslogtreecommitdiff
path: root/bootstrap.c
diff options
context:
space:
mode:
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))