]> git.eshelyaron.com Git - emacs.git/commit
Be consistent about list length fixnum overflow
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Jan 2019 19:41:16 +0000 (11:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Jan 2019 19:43:17 +0000 (11:43 -0800)
commitba1b340988ab79a1173f402f8f66bff06e0dd7c5
tree16656e47c4fbe88e11256db45883d01383858e6c
parent504457673dabfa89cb2eac89f093f10736c52ca7
Be consistent about list length fixnum overflow

* src/fns.c (Flength, Fproper_list_p): Use overflow_error to
report the (typically impossible) fixnum overflow.
src/fns.c