projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3e78c
)
typo in math.h c version check
author
Rich Felker
<dalias@aerifal.cx>
Fri, 2 Mar 2012 16:38:39 +0000
(11:38 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 2 Mar 2012 16:38:39 +0000
(11:38 -0500)
include/math.h
patch
|
blob
|
history
diff --git
a/include/math.h
b/include/math.h
index 4af75ed735f85f15020479271b8a57fff3b85161..4c46a055fbdd218d4747a025502b515643fce01b 100644
(file)
--- a/
include/math.h
+++ b/
include/math.h
@@
-53,7
+53,7
@@
int __fpclassifyl(long double);
#define isunordered(x,y) (isnan((x)) ? ((y),1) : isnan((y)))
static
-#if __STDC_VERSION >= 199901L
+#if __STDC_VERSION
__
>= 199901L
inline
#endif
int __isrel(long double __x, long double __y, int __rel)