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:
ef2c4fd
)
fix incorrect macro name for MATH_ERREXCEPT in math.h
author
Rich Felker
<dalias@aerifal.cx>
Wed, 18 Apr 2012 15:41:04 +0000
(11:41 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 18 Apr 2012 15:41:04 +0000
(11:41 -0400)
include/math.h
patch
|
blob
|
history
diff --git
a/include/math.h
b/include/math.h
index ff62cb7cf35b70b6da677a76777d51c568dd744b..bc0159e63c4d878ce4dad9429975ea2ced0ef9bf 100644
(file)
--- a/
include/math.h
+++ b/
include/math.h
@@
-25,7
+25,7
@@
extern "C" {
#define HUGE_VALL ((long double)INFINITY)
#define MATH_ERRNO 1
-#define MATH_EXCEPT 2
+#define MATH_E
RRE
XCEPT 2
#define math_errhandling 2
#define FP_ILOGBNAN (((unsigned)-1)>>1)