emacs-devel
[Top][All Lists]
Advanced

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

Re: Asynchronous DNS


From: Eli Zaretskii
Subject: Re: Asynchronous DNS
Date: Mon, 01 Feb 2016 21:10:33 +0200

> From: Andy Moreton <address@hidden>
> Date: Mon, 01 Feb 2016 11:58:13 +0000
> 
> ../../src/process.c: In function ‘send_process’:
> ../../src/process.c:5907:7: error: used struct type value where scalar is 
> required
>    if (p->gnutls_boot_parameters)
>        ^
> 
> Shouldn't this be "if (! NILP (p->gnutls_boot_parameters))" ? With that
> fix, 64bit mingw64 and 64bit cygwin w32 both build ok.

Did you configure with ----enable-check-lisp-object-type?



reply via email to

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