summaryrefslogtreecommitdiff
path: root/mp_bpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_bpl.c')
-rw-r--r--mp_bpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_bpl.c b/mp_bpl.c
index 1e05f3466..1fc1ca960 100644
--- a/mp_bpl.c
+++ b/mp_bpl.c
@@ -19,6 +19,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include "gmp.h"
#include "gmp-impl.h"
-const int mp_bits_per_limb = BITS_PER_MP_LIMB;
+const int mp_bits_per_limb = GMP_LIMB_BITS;
const int __gmp_0 = 0;
int __gmp_junk;