mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:45:56 +00:00
[LIBXML2] Restore lost ROS-diff introduced in 7571d351ce
. CORE-14291 CORE-11799
This commit is contained in:
parent
074e7e97fe
commit
2d887745a7
1 changed files with 1 additions and 1 deletions
2
sdk/lib/3rdparty/libxml2/trionan.c
vendored
2
sdk/lib/3rdparty/libxml2/trionan.c
vendored
|
@ -327,7 +327,7 @@ trio_nan(TRIO_NOARGS)
|
|||
|
||||
if (result == 0.0) {
|
||||
|
||||
#if defined(TRIO_COMPILER_SUPPORTS_C99)
|
||||
#if defined(TRIO_COMPILER_SUPPORTS_C99) && !defined(__clang__)
|
||||
result = nan("");
|
||||
|
||||
#elif defined(NAN) && defined(__STDC_IEC_559__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue