From: Eli Zaretskii Date: Sat, 31 Aug 2019 06:58:45 +0000 (+0300) Subject: ; * src/floatfns.c: Don't use non-ASCII characters in comments. X-Git-Tag: emacs-27.0.90~1328^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3608c5f27cf9a2913a5fcc854acc267eceaa8fe2;p=emacs.git ; * src/floatfns.c: Don't use non-ASCII characters in comments. --- 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. */