diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-03-01 08:52:21 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-03-01 08:52:21 +0000 |
commit | 3ebf70dbd1b2578ff43a1e619675906036df0584 (patch) | |
tree | 7b66a9882d7ec98aa58baabb89d24a9a0483813f /src/mpfr-gmp.h | |
parent | b8bc01cd5c939d25a41d9860f0cc4c7bee8f7f9e (diff) | |
download | mpfr-3ebf70dbd1b2578ff43a1e619675906036df0584.tar.gz |
improved detection of decimal floats
removed (obsolete?) #define XDEBUG in mpfr-gmp.h
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10153 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr-gmp.h')
-rw-r--r-- | src/mpfr-gmp.h | 4 |
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))); |