]> git.eshelyaron.com Git - emacs.git/commit
Avoid unnecessary make_float in time arithmetic
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Mar 2022 03:21:38 +0000 (19:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Mar 2022 03:29:04 +0000 (19:29 -0800)
commitaf742bb3bbf37b844367e27fd598c6b0ae868d05
tree3eda80c0ad9239f6e5a7211e138533fc2728b913
parent58b5652f6bd605e441037a29e8abcb615e76bea8
Avoid unnecessary make_float in time arithmetic

* src/timefns.c (float_time): New function.
(time_arith, Ffloat_time): Use it.
src/timefns.c