|
From: sfeam (E. Merritt) <eam...@gm...> - 2010-10-10 18:08:31
|
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 |