emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs build fails [MSYS2/MINGW64]


From: Eli Zaretskii
Subject: Re: Emacs build fails [MSYS2/MINGW64]
Date: Tue, 30 Apr 2019 18:45:19 +0300

> From: Paul Eggert <address@hidden>
> Date: Mon, 29 Apr 2019 12:38:02 -0700
> Cc: address@hidden, address@hidden
> 
> -#if __has_attribute (cold)
> +/* Avoid __attribute__ ((cold)) on MinGW; see thread starting at
> +   <https://lists.gnu.org/r/emacs-devel/2019-04/msg01152.html>. */
> +#if __has_attribute (cold) && !defined __MINGW32__

We defined __has_attribute_cold, so no need to use __has_attribute
here, right?



reply via email to

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