fix incorrect macro name for MATH_ERREXCEPT in math.h
This commit is contained in:
parent
ef2c4fd91f
commit
ed0e3a357e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
#define HUGE_VALL ((long double)INFINITY)
|
||||
|
||||
#define MATH_ERRNO 1
|
||||
#define MATH_EXCEPT 2
|
||||
#define MATH_ERREXCEPT 2
|
||||
#define math_errhandling 2
|
||||
|
||||
#define FP_ILOGBNAN (((unsigned)-1)>>1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue