diff options
Diffstat (limited to 'gl/m4/float_h.m4')
| -rw-r--r-- | gl/m4/float_h.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gl/m4/float_h.m4 b/gl/m4/float_h.m4 index 8580c9c9..c0ee7f8f 100644 --- a/gl/m4/float_h.m4 +++ b/gl/m4/float_h.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # float_h.m4 | 1 | # float_h.m4 |
| 2 | # serial 15 | 2 | # serial 17 |
| 3 | dnl Copyright (C) 2007, 2009-2025 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2007, 2009-2026 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
| @@ -13,7 +13,7 @@ AC_DEFUN([gl_FLOAT_H], | |||
| 13 | GL_GENERATE_FLOAT_H=false | 13 | GL_GENERATE_FLOAT_H=false |
| 14 | REPLACE_FLOAT_LDBL=0 | 14 | REPLACE_FLOAT_LDBL=0 |
| 15 | case "$host_os" in | 15 | case "$host_os" in |
| 16 | aix* | beos* | openbsd* | mirbsd* | irix*) | 16 | aix* | beos* | openbsd* | mirbsd*) |
| 17 | GL_GENERATE_FLOAT_H=true | 17 | GL_GENERATE_FLOAT_H=true |
| 18 | ;; | 18 | ;; |
| 19 | freebsd* | dragonfly*) | 19 | freebsd* | dragonfly*) |
| @@ -63,6 +63,7 @@ changequote([,])dnl | |||
| 63 | [AC_LANG_PROGRAM( | 63 | [AC_LANG_PROGRAM( |
| 64 | [[#include <float.h> | 64 | [[#include <float.h> |
| 65 | int x[] = { FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, LDBL_DECIMAL_DIG }; | 65 | int x[] = { FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, LDBL_DECIMAL_DIG }; |
| 66 | int y[] = { FLT_IS_IEC_60559, DBL_IS_IEC_60559, LDBL_IS_IEC_60559 }; | ||
| 66 | float maxf = FLT_NORM_MAX; | 67 | float maxf = FLT_NORM_MAX; |
| 67 | double maxd = DBL_NORM_MAX; | 68 | double maxd = DBL_NORM_MAX; |
| 68 | long double maxl = LDBL_NORM_MAX; | 69 | long double maxl = LDBL_NORM_MAX; |
