]> git.eshelyaron.com Git - emacs.git/commit
Prefer the 'min'/'max' macros where possible
authorStefan Kangas <stefankangas@gmail.com>
Sun, 19 Jan 2025 16:04:12 +0000 (17:04 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 18:51:27 +0000 (19:51 +0100)
commitb6733f7f245fd9691b1312db4aa5bc7e982c575f
tree3cd167e89b9b14e1a756db276f74e0a68ef8de19
parentc2cecafb488c1b13a0622c3af90fea8bddb8c7b8
Prefer the 'min'/'max' macros where possible

* src/composite.c (find_automatic_composition):
* src/lisp.h (clip_to_bounds):
* src/pgtkfns.c (PATH_MAX_LEN):
* src/profiler.c (approximate_median):
* src/unexmacosx.c (unexec_write_zero, unexec_copy, unexec_realloc):
* src/xdisp.c (get_nearby_bol_pos): Prefer the 'min' and 'max' macros.

(cherry picked from commit c37aa3df9d84325924a7a163271154447dfc0cfd)
src/composite.c
src/lisp.h
src/pgtkfns.c
src/profiler.c
src/unexmacosx.c
src/xdisp.c