summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-25 11:55:23 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-25 11:55:23 +0000
commit6c399d91a25032e34a4609422757c83d7e7fcf07 (patch)
treea8ae151d2f395d1e988c0a0dba68affd699429f9 /src
parent256365bb1fc99eb54ab16108a3335e302d9d2333 (diff)
downloadmpfr-6c399d91a25032e34a4609422757c83d7e7fcf07.tar.gz
[src/mpfr-mini-gmp.h] GMP_NUMB_MASK is no longer needed.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9089 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-rw-r--r--src/mpfr-mini-gmp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mpfr-mini-gmp.h b/src/mpfr-mini-gmp.h
index fa61299de..5f3504930 100644
--- a/src/mpfr-mini-gmp.h
+++ b/src/mpfr-mini-gmp.h
@@ -31,10 +31,6 @@ extern char gmp_version[];
#define GMP_NUMB_BITS 64
#endif
-#ifndef GMP_NUMB_MASK
-#define GMP_NUMB_MASK (~((mp_limb_t) 0))
-#endif
-
#ifndef mp_bits_per_limb
extern const int mp_bits_per_limb;
#endif