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
|
||||
isnan(double value)
|
||||
|
||||
|
|
@ -536,4 +537,6 @@ isnan(double value)
|
|||
/*
|
||||
* end isnan.c
|
||||
*/
|
||||
#endif /* HAVE_ISNAN */
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue