• Paul Eggert's avatar
    Move bignump, fixnump from C to Lisp · c79444c5
    Paul Eggert authored
    * doc/lispref/objects.texi (Integer Type): Mention
    most-negative-fixnum and most-positive-fixnum as alternatives
    to fixnump and bignump.
    * lisp/subr.el (fixnump, bignump): Now written in Lisp.
    * src/data.c (Ffixnump, Fbignump): No longer written in C,
    as these new functions are not crucial for performance.
    c79444c5
data.c 118 KB