]> git.eshelyaron.com Git - emacs.git/commit
Refactoring: Factor out a function to set an mpz_t from a Lisp int.
authorPhilipp Stephani <phst@google.com>
Sat, 4 May 2019 21:31:40 +0000 (23:31 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 4 May 2019 21:31:40 +0000 (23:31 +0200)
commit9684296a5d3405885e44d0b422deef19329567ef
tree321f96e59734e4eba0d7f5f1497bc4ffe71dbfea
parent1242a63671f3fc3d427d9d8061338f826e585031
Refactoring: Factor out a function to set an mpz_t from a Lisp int.

* src/bignum.h (mpz_set_integer): New function.

* src/emacs-module.c (module_make_big_integer): Use it.
src/bignum.h
src/emacs-module.c