Forgot to fix LDBL_MIN...
This commit is contained in:
parent
6355741d06
commit
00640ac82e
@ -80,8 +80,8 @@ RemotePackageRepository HaikuPorts
|
||||
fribidi_devel-0.19.5-1
|
||||
friss-0.8.0-1
|
||||
gawk-4.1.0-2
|
||||
gcc-2.95.3_2014_10_14-2
|
||||
gcc_syslibs_devel-2.95.3_2014_10_14-2
|
||||
gcc-2.95.3_2014_10_14-3
|
||||
gcc_syslibs_devel-2.95.3_2014_10_14-3
|
||||
getconf-r260000-1
|
||||
getopt-1.1.5-1
|
||||
gettext-0.18.1.1-6
|
||||
|
@ -80,7 +80,7 @@
|
||||
#define LDBL_MIN_EXP (-16381)
|
||||
/* Minimum normalised long double */
|
||||
#undef LDBL_MIN
|
||||
#define LDBL_MIN 0x1p-16382l
|
||||
#define LDBL_MIN 3.3621031431120935062627E-4932L
|
||||
/* Minimum int x such that 10**x is a normalised long double */
|
||||
#undef LDBL_MIN_10_EXP
|
||||
#define LDBL_MIN_10_EXP (-4931)
|
||||
|
Loading…
x
Reference in New Issue
Block a user