• Paul Eggert's avatar
    Improve bignum_integer static checking · 780509f2
    Paul Eggert authored
    * src/bignum.h (bignum_integer): Now returns pointer-to-const,
    to catch trivial mistakes where the caller might try to modify
    a Lisp bignum.  Lisp bignums are supposed to be immutable.
    All callers changed.
    780509f2
timefns.c 60.1 KB