|
From: sfeam (E. Merritt) <eam...@gm...> - 2011-10-13 15:21:33
|
On Wednesday, 12 October 2011, Tatsuro MATSUOKA wrote: > Hello > > --- On Thu, 2011/10/13, Ethan A Merritt wrote: > > > Could it be because the test in stdfn.c is different? > > Version 4.4 #if defined(__MINGW__) > > Version 4.5 #if defined(__MINGW32__) > > You are right. > Using #if defined(__MINGW32__) for gnuplot 4.4.3 source, > give the correct results. > > gnuplot> print NaN > NaN > > Please modify the branch-4-4-stable source. > BTW, I have forgotten the way to check out branch-4-4-stable source. > Please inform me. cvs checkout -r branch-4-4-stable gnuplot Ethan |