• Paul Eggert's avatar
    Refactor bignum multiplication, exponentiation · 02e637ec
    Paul Eggert authored
    This doesn’t alter behavior, and simplifies the next commit.
    * src/bignum.c (GMP_NLIMBS_MAX, NLIMBS_LIMIT, emacs_mpz_size)
    (emacs_mpz_mul, emacs_mpz_mul_2exp, emacs_mpz_pow_ui): Move here ...
    * src/data.c: ... from here.
    02e637ec
bignum.c 11.5 KB