summaryrefslogtreecommitdiff
path: root/mpz/ui_pow_ui.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-04-20 12:09:16 +0200
committertege <tege@gmplib.org>2002-04-20 12:09:16 +0200
commit735ac1e187b566e75ff51f61b9e56565946ae010 (patch)
tree7c1af379384f479a1fee945c5a2383853db91af0 /mpz/ui_pow_ui.c
parentc91c515d5bae9b09d2154d3fcd32fa7bdb7bc41f (diff)
downloadgmp-735ac1e187b566e75ff51f61b9e56565946ae010.tar.gz
Fix typo in last change.
Diffstat (limited to 'mpz/ui_pow_ui.c')
-rw-r--r--mpz/ui_pow_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/ui_pow_ui.c b/mpz/ui_pow_ui.c
index eae963cb2..1b3a2d349 100644
--- a/mpz/ui_pow_ui.c
+++ b/mpz/ui_pow_ui.c
@@ -26,7 +26,7 @@ MA 02111-1307, USA. */
void
mpz_ui_pow_ui (mpz_ptr r, unsigned long b, unsigned long e)
{
-#if GMP_LIMB_BITS != 0
+#if GMP_NAIL_BITS != 0
if (b > GMP_NUMB_MAX)
{
mp_limb_t bb[2];