• Paul Eggert's avatar
    Fix bignum bugs with nth, elt, = · 81e7eef8
    Paul Eggert authored
    * src/bytecode.c (exec_byte_code): Support bignums
    when implementing nth, elt, and =.
    * src/lisp.h (SMALL_LIST_LEN_MAX): New constant.
    * src/fns.c (Fnthcdr): Use it.
    (Felt): Do not reject bignum indexes.
    81e7eef8
bytecode.c 33.9 KB