]> git.eshelyaron.com Git - emacs.git/commit
Let consing_until_gc exceed EMACS_INT_MAX
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2019 19:20:40 +0000 (12:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2019 19:22:30 +0000 (12:22 -0700)
commitb80559be212292d44ce14ca5e94505cab4d9a868
treed32c29befdc953b97eaf643c945a37341d340519
parenta354736e1dfe5a7e4ddbb1ee7f1373be2b5bbe09
Let consing_until_gc exceed EMACS_INT_MAX

This builds on the previous patch.
* src/alloc.c (consing_until_gc): Now of type intmax_t,
since gc-cons-threshold can be up to INTMAX_MAX.  All uses changed.
* src/lisp.h (CONSING_CT_MAX, consing_ct): Remove.
src/alloc.c
src/lisp.h