|
From: Tatsuro M. <tma...@ya...> - 2011-10-13 06:29:48
|
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. Regards Tatsuro |