]> git.eshelyaron.com Git - emacs.git/commit
Make the reader accept bignums
authorTom Tromey <tom@tromey.com>
Sat, 7 Jul 2018 21:32:52 +0000 (15:32 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:27 +0000 (22:12 -0600)
commit1e8ae6ca237e22e11b3db63a01e558ad5a3d6ef3
treea8fabadc647288ce253d2813b8074c5b903b52b8
parent580d173b9a7db78f6d62972ef8e943d31dde5c9d
Make the reader accept bignums

* src/data.c (Fstring_to_number): Update.
* src/lisp.h (S2N_OVERFLOW_TO_FLOAT): Remove.
* src/lread.c (free_contents): New function.
(read_integer): Handle bignums.
(read1): Update.
(string_to_number): Handle bignums.
(syms_of_lread): Remove read-integer-overflow-as-float.
* src/process.c (Fsignal_process): Update.
src/data.c
src/lisp.h
src/lread.c
src/process.c