diff options
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. */ |