]> git.eshelyaron.com Git - emacs.git/commit
Prefer BASE_EQ in time-sensitive ops
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jun 2022 04:08:03 +0000 (23:08 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jun 2022 04:27:07 +0000 (23:27 -0500)
commit9bce1f3d7019f00f7c1c889d8be7832e9b645bec
tree201c5cf39cfaae24eda2755e2712da7624f90032
parent16ee227c18db0d70d9a3e97230119464924797cc
Prefer BASE_EQ in time-sensitive ops

* src/timefns.c (tzlookup, lisp_time_hz_ticks)
(decode_time_components, lisp_to_timespec, lispint_arith)
(time_arith, time_cmp, Fdecode_time, Fencode_time)
(Ftime_convert): Prefer BASE_EQ to EQ where either will do.
src/timefns.c