diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-02 10:30:51 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-02 10:30:51 +0100 | 
| commit | fd167a99e31b7021c78972c09acbf83b2d347c98 (patch) | |
| tree | ca8ccd8fed78f99dd13ea6ab5069431983dac7b9 /lib/float.in.h | |
| parent | 4d76768442551c97a85e6f133cb818d223012746 (diff) | |
| parent | 44a3eaeba04ef78835ca741592c376428ada5f71 (diff) | |
Update upstream source from tag 'upstream/0.9.8'
Update to upstream version '0.9.8'
with Debian dir bac53b09be895fe7915b59f95882628bcc7b606e
Diffstat (limited to 'lib/float.in.h')
| -rw-r--r-- | lib/float.in.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/float.in.h b/lib/float.in.h index 3b966270..8fa80424 100644 --- a/lib/float.in.h +++ b/lib/float.in.h @@ -1,6 +1,6 @@  /* A correct <float.h>. -   Copyright (C) 2007-2016 Free Software Foundation, Inc. +   Copyright (C) 2007-2017 Free Software Foundation, Inc.     This program is free software: you can redistribute it and/or     modify it under the terms of either: @@ -22,7 +22,7 @@     GNU General Public License for more details.     You should have received a copy of the GNU General Public License -   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */ +   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */  #ifndef _@GUARD_PREFIX@_FLOAT_H @@ -71,8 +71,8 @@  /* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of     precision in the compiler but 64 bits of precision at runtime.  See -   <http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.  */ -#if defined __i386__ && defined __FreeBSD__ +   <https://lists.gnu.org/r/bug-gnulib/2008-07/msg00063.html>.  */ +#if defined __i386__ && (defined __FreeBSD__ || defined __DragonFly__)  /* Number of mantissa units, in base FLT_RADIX.  */  # undef LDBL_MANT_DIG  # define LDBL_MANT_DIG   64 @@ -90,7 +90,7 @@  # define LDBL_MAX_EXP    16384  /* Minimum positive normalized number.  */  # undef LDBL_MIN -# define LDBL_MIN        3.3621031431120935E-4932L /* = 0x1p-16382L */ +# define LDBL_MIN        3.362103143112093506262677817321752E-4932L /* = 0x1p-16382L */  /* Maximum representable finite number.  */  # undef LDBL_MAX  /* LDBL_MAX is represented as { 0xFFFFFFFF, 0xFFFFFFFF, 32766 }.  | 
