• Paul Eggert's avatar
    Let consing_until_gc exceed EMACS_INT_MAX · b80559be
    Paul Eggert authored
    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.
    b80559be
alloc.c 204 KB