]> git.eshelyaron.com Git - emacs.git/commit
Avoid fixnum round trip in prefix-numeric-value
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Oct 2019 00:40:43 +0000 (17:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Oct 2019 00:41:07 +0000 (17:41 -0700)
commit9e15df208c19ca5aafd33a6cf801e7183543480e
treeac68aa0e4879e060e8cd27bbd264514392282c74
parent30deac84c4168a6315a08a0dd85f6dde9b9df439
Avoid fixnum round trip in prefix-numeric-value

* src/callint.c (Fprefix_numeric_value): Simplify.
src/callint.c