]> git.eshelyaron.com Git - emacs.git/commit
Let C modules access bignum values
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 04:51:58 +0000 (22:51 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:28 +0000 (22:12 -0600)
commitd0fac17abdf6883bbf82b1752988db38d05282e6
tree020c1a2dd55a6a1bbd13cfbb1a805d34750f0fb9
parent8fb995b9e360270b6a4d7b7732a127a6234eba23
Let C modules access bignum values

* src/emacs-module.c (module_extract_integer, module_make_integer):
Handle bignums.
src/emacs-module.c