diff options
| author | Eli Zaretskii | 2019-08-31 09:58:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-08-31 09:58:45 +0300 |
| commit | 3608c5f27cf9a2913a5fcc854acc267eceaa8fe2 (patch) | |
| tree | fbe4a59a2247170afb4af95d5555655bb828c9cd /src/floatfns.c | |
| parent | 616835312e950fdeb38e8d7cbfcc6f581866ae36 (diff) | |
| download | emacs-3608c5f27cf9a2913a5fcc854acc267eceaa8fe2.tar.gz emacs-3608c5f27cf9a2913a5fcc854acc267eceaa8fe2.zip | |
; * src/floatfns.c: Don't use non-ASCII characters in comments.
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>. */ | |||
| 48 | 48 | ||
| 49 | #include <count-leading-zeros.h> | 49 | #include <count-leading-zeros.h> |
| 50 | 50 | ||
| 51 | /* Emacs needs proper handling of ±inf; correct printing as well as | 51 | /* Emacs needs proper handling of +/-inf; correct printing as well as |
| 52 | important packages depend on it. Make sure the user didn't specify | 52 | important packages depend on it. Make sure the user didn't specify |
| 53 | -ffinite-math-only, either directly or implicitly with -Ofast or | 53 | -ffinite-math-only, either directly or implicitly with -Ofast or |
| 54 | -ffast-math. */ | 54 | -ffast-math. */ |