[LIBXML2] Restore lost ROS-diff introduced in 7571d351ce. CORE-14291 CORE-11799

This commit is contained in:
Thomas Faber 2018-02-08 00:41:13 +01:00
parent 074e7e97fe
commit 2d887745a7
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -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__)