mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
4
sdk/lib/3rdparty/libxml2/trionan.c
vendored
4
sdk/lib/3rdparty/libxml2/trionan.c
vendored
|
@ -92,7 +92,7 @@
|
|||
|
||||
/*
|
||||
* In ANSI/IEEE 754-1985 64-bits double format numbers have the
|
||||
* following properties (amoungst others)
|
||||
* following properties (amongst others)
|
||||
*
|
||||
* o FLT_RADIX == 2: binary encoding
|
||||
* o DBL_MAX_EXP == 1024: 11 bits exponent, where one bit is used
|
||||
|
@ -327,7 +327,7 @@ trio_nan(TRIO_NOARGS)
|
|||
|
||||
if (result == 0.0) {
|
||||
|
||||
#if defined(TRIO_COMPILER_SUPPORTS_C99) && !defined(__clang__)
|
||||
#if defined(TRIO_COMPILER_SUPPORTS_C99) && (!defined(__REACTOS__) || !defined(__clang__))
|
||||
result = nan("");
|
||||
|
||||
#elif defined(NAN) && defined(__STDC_IEC_559__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue