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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user