Exclude local isnan() when library version exists - MinGW prompted change
This commit is contained in:
parent
23273668b6
commit
e62d45ad4f
|
|
@ -518,6 +518,7 @@ union ieee754_double
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef HAVE_ISNAN
|
||||||
int
|
int
|
||||||
isnan(double value)
|
isnan(double value)
|
||||||
|
|
||||||
|
|
@ -536,4 +537,6 @@ isnan(double value)
|
||||||
/*
|
/*
|
||||||
* end isnan.c
|
* end isnan.c
|
||||||
*/
|
*/
|
||||||
|
#endif /* HAVE_ISNAN */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue