]> git.eshelyaron.com Git - emacs.git/commit
Refactor and fix typo in CHECK_*_COERCE_MARKER
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Mar 2020 23:12:21 +0000 (16:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Mar 2020 23:13:28 +0000 (16:13 -0700)
commit57f5a63d85f6c3ea1d8b428b12a8db743de3b0bc
treea13f3efe7f443b1235c9ad2ed987586b0bc394ed
parentd28b00476890f791a89b65007e5f20682b3eaa0d
Refactor and fix typo in CHECK_*_COERCE_MARKER

* src/data.c (check_integer_coerce_marker)
(check_number_coerce_marker): New functions.
Also, fix a typo in the former, by having it use
Qinteger_or_marker_p not Qnumber_or_marker_p.
(arithcompare, floatop_arith_driver, bignum_arith_driver)
(arith_driver, Fplus, Fminus, Ftimes, Fquo, Frem, Fmod)
(minmax_driver, Flogand, Flogior, Flogxor, Fadd1, Fsub1):
Use them in place of the similarly-named macros.
* src/lisp.h (CHECK_NUMBER_COERCE_MARKER)
(CHECK_INTEGER_COERCE_MARKER): Remove; no longer used.
src/data.c
src/lisp.h