mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 04:47:34 +00:00
* src/comp.c (hash_native_abi): Fix assertion.
This commit is contained in:
parent
7009e8af05
commit
598380416c
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ hash_native_abi (void)
|
|||
hexbuf_digest (SSDATA (digest), SDATA (digest), SHA512_DIGEST_SIZE);
|
||||
|
||||
/* Check runs once. */
|
||||
eassert (Vcomp_abi_hash);
|
||||
eassert (NILP (Vcomp_abi_hash));
|
||||
Vcomp_abi_hash = digest;
|
||||
/* If 10 characters are usually sufficient for git I guess 16 are
|
||||
fine for us here. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue