]> git.eshelyaron.com Git - emacs.git/commit
Avoid possibly unnecessary lisp_time_struct call
authorPhilip Kaludercic <philipk@posteo.net>
Thu, 14 Apr 2022 09:00:07 +0000 (11:00 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Thu, 14 Apr 2022 16:39:35 +0000 (18:39 +0200)
commit17b639aabb457ca6ffbcb6fdb73c03571fb0e360
treefbfcc996270fb4d7160c93b3c8c6261d22110e0e
parent346749f67db3fd2c0cca0b5615d9fc3f878aa65f
Avoid possibly unnecessary lisp_time_struct call

* timefns.c (time_cmp): Defer the calculation of the time struct, in
  case A and B are eq to one another.
src/timefns.c