]> git.eshelyaron.com Git - emacs.git/commit
Make 1+ and 1- handle bignums
authorTom Tromey <tom@tromey.com>
Sat, 7 Jul 2018 05:26:13 +0000 (23:26 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:27 +0000 (22:12 -0600)
commit0d868917efb46400cf7dd57a1cdbba7404f322a7
tree82a07a0f48b03a6d41fb278ebedc6fc8000a80a6
parent025adce2cf43f4ce9f3c543c1b8973541e1414d2
Make 1+ and 1- handle bignums

* src/data.c (Fadd1, Fsub1): Handle bignums.
* test/src/data-tests.el (data-tests-1+, data-tests-1-): New tests.
src/data.c
test/src/data-tests.el