summaryrefslogtreecommitdiff
path: root/src/mpfr-gmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpfr-gmp.h')
-rw-r--r--src/mpfr-gmp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mpfr-gmp.h b/src/mpfr-gmp.h
index 5172f70ac..678057a5b 100644
--- a/src/mpfr-gmp.h
+++ b/src/mpfr-gmp.h
@@ -199,10 +199,6 @@ __MPFR_DECLSPEC void mpfr_assert_fail _MPFR_PROTO((const char *, int,
#define PREC(x) ((x)->_mp_prec)
#define ALLOC(x) ((x)->_mp_alloc)
-/* Non IEEE float supports -- needs to detect them with proper configure */
-#undef XDEBUG
-#define XDEBUG
-
/* For longlong.h */
#ifdef HAVE_ATTRIBUTE_MODE
typedef unsigned int UQItype __attribute__ ((mode (QI)));