emacs-devel
[Top][All Lists]
Advanced

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

Re: zlib autoconf question


From: Andreas Schwab
Subject: Re: zlib autoconf question
Date: Thu, 08 Aug 2013 15:26:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Lars Magne Ingebrigtsen <address@hidden> writes:

> Andreas Schwab <address@hidden> writes:
>
>>> But inflateInit2 definitely exists
>>
>> As a function?
>
> I call it as such in decompress.c:
>
>   if (inflateInit2 (&stream, 16 + MAX_WBITS) != Z_OK)
>     return Qnil;
>
> and it works there...

That doesn't matter.  What matters is that the symbol exists as a
function.

Andreas.

-- 
Andreas Schwab, SUSE Labs, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

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