From 3608c5f27cf9a2913a5fcc854acc267eceaa8fe2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 31 Aug 2019 09:58:45 +0300 Subject: [PATCH] ; * src/floatfns.c: Don't use non-ASCII characters in comments. --- src/floatfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/floatfns.c b/src/floatfns.c index 49068bee770..9049185307c 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -48,7 +48,7 @@ along with GNU Emacs. If not, see . */ #include -/* Emacs needs proper handling of ±inf; correct printing as well as +/* 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. */ -- 2.39.2