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/>. */ #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. */ |
