From: Andrea Corallo Date: Sun, 5 Apr 2020 15:55:09 +0000 (+0100) Subject: * src/comp.c (hash_native_abi): Fix assertion. X-Git-Tag: emacs-28.0.90~2727^2~724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=598380416cf5bb6bd0cae45ddb3bb03c74da21bb;p=emacs.git * src/comp.c (hash_native_abi): Fix assertion. --- diff --git a/src/comp.c b/src/comp.c index b56d0afaa3a..904869d99c9 100644 --- a/src/comp.c +++ b/src/comp.c @@ -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. */