Ciao!

1) mpz/generic/sizeinbase.c is unused.

Should we remove it? Or, at least, write it as:

size_t
mpn_sizeinbase (mp_srcptr xp, mp_size_t xsize, int base)
{
  size_t  result;
  MPN_SIZEINBASE (result, xp, xsize, base);
  return result;
}

2) gmp-impl.h defines the unused macro MPN_SIZEINBASE_16.
Can we remove it?

Regards,
m


-- 
http://bodrato.it/software/strassen.html

_______________________________________________
gmp-devel mailing list
gmp-devel@gmplib.org
http://gmplib.org/mailman/listinfo/gmp-devel

Reply via email to