]> git.eshelyaron.com Git - emacs.git/commit
Simplify fixnum division slightly
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Nov 2019 19:47:39 +0000 (11:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Nov 2019 19:48:23 +0000 (11:48 -0800)
commitb5bcc6f9ea23118f7d181c2dcdf17eb03b200be8
treec996017a09fbb6366bbf4be45a6388b1eddb1465
parent4ad6c932a826c2928ac82e56e5ae541eff7e5ca7
Simplify fixnum division slightly

* src/data.c (arith_driver): Streamline fixnum division a bit
more, and add a comment about why overflow is impossible.
This responds to a private comment by Stefan Monnier.
src/data.c