Exclude local isnan() when library version exists - MinGW prompted change

This commit is contained in:
sjborley 2005-05-18 13:09:16 +00:00
parent 23273668b6
commit e62d45ad4f
1 changed files with 4 additions and 1 deletions

View File

@ -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