]> git.eshelyaron.com Git - emacs.git/commit
Use builtin-expect directly
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Dec 2024 19:19:25 +0000 (11:19 -0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 12 Dec 2024 15:48:03 +0000 (16:48 +0100)
commit705d9b91c0afd90921bb94d19da583110439ef3a
treec30c1bf00c0ee57c6a0cdb923c62229d16cdcf16
parent7012e5a33ce3a664a5060c646f1be1169a4d9dee
Use builtin-expect directly

* admin/merge-gnulib (GNULIB_MODULES): Add builtin-expect,
since src/lisp.h now uses __builtin_expect directly,
which we should no longer rely on it being pulled in as
a dependency of some other Gnulib module that we use.

(cherry picked from commit 1012e2a43b9d78ad623f2daa2204a2d1cec830a5)
admin/merge-gnulib