]> git.eshelyaron.com Git - emacs.git/commit
Refactor timefns order
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jul 2024 13:42:10 +0000 (15:42 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jul 2024 14:39:41 +0000 (16:39 +0200)
commitc0e44c9f60f0c2da70bb7b625a07eb826299172b
tree522654aabcb765d646a4f413a363891e9049f1dd
parent0570a4318e927021249b493c2df6558f0cae8694
Refactor timefns order

Move definitions around in timefns.c.  This does not affect the
implementation; it merely makes future changes easier to follow.
* src/timefns.c (frac_to_double, mpz_time, lisp_to_timespec)
(enum cform, union c_time, decode_ticks_hz): Move earlier.

(cherry picked from commit 0e221d3789a40d22bd4a9489985aebeb86f43e01)
src/timefns.c