summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-05 22:55:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-05 22:55:51 -0800
commit6039acb86113e21409dafe5ebf75d04fbe4577f6 (patch)
tree3251440b7a22b99506c25a6dde248e0245ca90a0 /lisp/emacs-lisp
parent0661a39d1b501a41e439df8c73f7b7f3bf3e3761 (diff)
downloademacs-6039acb86113e21409dafe5ebf75d04fbe4577f6.tar.gz
emacs-6039acb86113e21409dafe5ebf75d04fbe4577f6.tar.bz2
emacs-6039acb86113e21409dafe5ebf75d04fbe4577f6.zip
Remove unneeded overflow check in integer division
* src/data.c (arith_driver): Remove unnecessary runtime test, since integer overflow is impossible on division of fixnums, given that the worst case is MOST_NEGATIVE_FIXNUM / -1 which is representable as an EMACS_INT (albeit not as a fixnum).
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions