Oops, 2nd try ...

This commit is contained in:
curt
2004-12-02 15:08:54 +00:00
parent 8048e6297c
commit 709a166bd6

View File

@@ -54,11 +54,6 @@ inline int (isnan)(double r) { return isnan(r); }
# endif
#endif
#if defined (__FreeBSD__)
inline int isnan(double r) { return !(r <= 0 || r >= 0); }
#endif
#include STL_IOSTREAM
#include <simgear/debug/logstream.hxx>