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.
This commit is contained in:
parent
7665ec8df8
commit
1012e2a43b
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
GNULIB_URL=https://git.savannah.gnu.org/git/gnulib.git
|
||||
|
||||
GNULIB_MODULES='
|
||||
alignasof alloca-opt binary-io boot-time byteswap c-ctype c-strcase
|
||||
canonicalize-lgpl
|
||||
alignasof alloca-opt binary-io boot-time builtin-expect byteswap
|
||||
c-ctype c-strcase canonicalize-lgpl
|
||||
careadlinkat close-stream copy-file-range
|
||||
crypto/md5 crypto/md5-buffer
|
||||
crypto/sha1-buffer crypto/sha256-buffer crypto/sha512-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue