From: <and...@us...> - 2009-03-02 11:07:46
|
Revision: 9652 http://plplot.svn.sourceforge.net/plplot/?rev=9652&view=rev Author: andrewross Date: 2009-03-02 11:07:45 +0000 (Mon, 02 Mar 2009) Log Message: ----------- Fix broken comment in plplot.h. The effect of this was to comment out the replacement isnan / isinf / finite functions. The fact that no-one shouted suggests that pretty much all systems have a working version of these that is being identified already by cmake. Modified Paths: -------------- trunk/include/plplot.h Modified: trunk/include/plplot.h =================================================================== --- trunk/include/plplot.h 2009-03-02 04:31:06 UTC (rev 9651) +++ trunk/include/plplot.h 2009-03-02 11:07:45 UTC (rev 9652) @@ -203,7 +203,7 @@ #endif /* Note these replacements follow the old BSD convention and not - * C99. In particular isinf does not distinguish +/- inf. + * C99. In particular isinf does not distinguish +/- inf. */ #if !defined(HAVE_ISNAN) # define isnan(x) ((x) != (x)) #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |