emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3608c5f: ; * src/floatfns.c: Don't use non-ASCII ch


From: Eli Zaretskii
Subject: [Emacs-diffs] master 3608c5f: ; * src/floatfns.c: Don't use non-ASCII characters in comments.
Date: Sat, 31 Aug 2019 02:58:56 -0400 (EDT)

branch: master
commit 3608c5f27cf9a2913a5fcc854acc267eceaa8fe2
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * 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 49068be..9049185 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -48,7 +48,7 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 
 #include <count-leading-zeros.h>
 
-/* 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.  */



reply via email to

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