|
From: Tatsuro M. <tma...@ya...> - 2010-10-10 20:42:14
|
Hello I have confirmed the fix of cvs source and also confirmed that binaries built with the fixed source fixes the problem. Thanks!! Regards --- "sfeam (Ethan Merritt)" wrote: > On Sunday, October 10, 2010, Tatsuro MATSUOKA wrote: > > > > > So I changed from > > > #if defined (__MSC__) || defined (DJGPP) || defined(__DJGPP__) > > > to > > > #if defined (__MSC__) || defined (DJGPP) || defined(__DJGPP__) || defined (__MinGW32__) > > > but pr NaN gives 0.0. > > > > I have just make a mistake in define MinGW. > > > > The macro 'defined (__MinGW32__)' should be 'defined (__MINGW32__)'. > > > > I have attached the patch. This makes 'pr NaN gives NaN.'. > > Added to CVS. > Thanks, > > Ethan > -------------------------------------- Learn more about breast cancer - Pink Ribbon Campaign 2010 http://yj.pn/JAy9L7 |