projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ffffbb
)
[LIBXML2] Do not rely on nan() when compiling with clang. CORE-11799 (#94)
author
Amine Khaldi
<amine.khaldi@reactos.org>
Tue, 31 Oct 2017 13:10:03 +0000
(14:10 +0100)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Tue, 31 Oct 2017 13:10:03 +0000
(14:10 +0100)
sdk/lib/3rdparty/libxml2/trionan.c
patch
|
blob
|
history
diff --git
a/sdk/lib/3rdparty/libxml2/trionan.c
b/sdk/lib/3rdparty/libxml2/trionan.c
index
6fbabb5
..
71f1b1b
100644
(file)
--- a/
sdk/lib/3rdparty/libxml2/trionan.c
+++ b/
sdk/lib/3rdparty/libxml2/trionan.c
@@
-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__)