Browse Source

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

pre-master-46
sjborley 21 years ago
parent
commit
e62d45ad4f
  1. 5
      src/spicelib/devices/dev.c

5
src/spicelib/devices/dev.c

@ -517,7 +517,8 @@ union ieee754_double
} ieee_nan;
};
#ifndef HAVE_ISNAN
int
isnan(double value)
@ -536,4 +537,6 @@ isnan(double value)
/*
* end isnan.c
*/
#endif /* HAVE_ISNAN */
#endif
Loading…
Cancel
Save