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