]> git.eshelyaron.com Git - emacs.git/commit
Port module_bignum_count_max to strict C
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2022 02:29:49 +0000 (04:29 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2022 02:47:36 +0000 (19:47 -0700)
commit75dfc1e8706d994bd7b18a24360847fd12bd5af0
treeed90e620a242bb5b8aa9776fe846401d09a569c0
parent5fae0325872710dcbf42541b985103b66f613f61
Port module_bignum_count_max to strict C

* src/emacs-module.c (module_bignum_count_max): Make
this a macro, not an enum, since it might not fit into
int as C99 requires.
src/emacs-module.c