emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 9dfd945: Fix byte compilation of package built-ins


From: Lars Ingebrigtsen
Subject: Re: master 9dfd945: Fix byte compilation of package built-ins
Date: Wed, 10 Nov 2021 04:59:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> #ifdef HAVE_ZLIB
>   int res = is_gz
>     ? md5_gz_stream (f, SSDATA (digest))
>     : md5_stream (f, SSDATA (digest));

The error is in the test -- these aren't really .gz files -- they're
just .el files that have been renamed to .el.gz, which is why it's
failing.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]