]> git.eshelyaron.com Git - emacs.git/commit
Fix bignum FIXME in emacs-module.c
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Aug 2018 01:10:18 +0000 (18:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Aug 2018 01:10:56 +0000 (18:10 -0700)
commit7c0675af3c9aa7971c37aa9e7afdceae6bfea767
tree8d1cd73a60f9437f4768876a104c272ab8a09520
parent15006cf1dd9ec873c4b1cad1ba1bacf0a5b6229d
Fix bignum FIXME in emacs-module.c

* src/emacs-module.c: Do not include bignum.h; no longer needed.
(module_extract_integer): Use bignum_to_intmax to avoid
incorrectly signaling overflow on platforms where intmax_t
is wider than long int.
src/emacs-module.c