bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#37140: 27.0.50; calc gives "Wrong type argument: number-or-marker-p,


From: Andreas Schwab
Subject: bug#37140: 27.0.50; calc gives "Wrong type argument: number-or-marker-p, inf" to many operations
Date: Thu, 29 Aug 2019 12:36:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

On Aug 29 2019, Mattias Engdegård <mattiase@acm.org> wrote:

> +/* Emacs needs proper handling of ±inf; correct printing as well as
> +   important packages depend on it.  Make sure the user didn't specify
> +   -ffinite-math-only, either directly or implicitly with -Ofast or
> +   -ffast-math.  */
> +#if defined __FINITE_MATH_ONLY__ && __FINITE_MATH_ONLY__

You don't need defined, an undefined macros is the same as 0.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
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]