]> git.mxchange.org Git - simgear.git/commit
I don't understand why FreeBSD doesn't see isnan() after including math.h
authorcurt <curt>
Sun, 21 Nov 2004 03:13:54 +0000 (03:13 +0000)
committercurt <curt>
Sun, 21 Nov 2004 03:13:54 +0000 (03:13 +0000)
commit7c60ccfc359166ea821a326306e0e59637116169
tree0d96616bb4566171e756cfce29f71f435ac16ae7
parent84cba33aab34236abc5aa69c2a364e4ef5809047
I don't understand why FreeBSD doesn't see isnan() after including math.h
but it doesn't.  Trying the apple approach to fixing isnan results in an
infinite loop (making me wonder what happens on OSX?)  This is an alternative
approach to checking isnan() on freebsd ...
simgear/scene/sky/cloud.cxx
simgear/sound/soundmgr_openal.cxx