]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/floatfns.c: Don't use non-ASCII characters in comments.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Aug 2019 06:58:45 +0000 (09:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Aug 2019 06:58:45 +0000 (09:58 +0300)
src/floatfns.c

index 49068bee7709aca14b61b6826fbc48f1b47aa3b1..9049185307c30ee598f45301789ec450b8109f04 100644 (file)
@@ -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.  */