diff liboctave/lo-cieee.c @ 4498:093e39f03506

[project @ 2003-09-05 16:55:42 by jwe]
author jwe
date Fri, 05 Sep 2003 16:55:43 +0000
parents 53ee020af847
children ab4e64f92526
line wrap: on
line diff
--- a/liboctave/lo-cieee.c	Thu Sep 04 18:48:13 2003 +0000
+++ b/liboctave/lo-cieee.c	Fri Sep 05 16:55:43 2003 +0000
@@ -129,8 +129,8 @@
 int
 lo_ieee_is_NaN_or_NA (double x)
 {
-  // Although NA really is an IEEE NaN value, lo_ieee_isnan pretends
-  // it is not, so we much check both...
+  /* Although NA really is an IEEE NaN value, lo_ieee_isnan pretends
+     it is not, so we much check both...  */
 
   return lo_ieee_isnan (x) || lo_ieee_is_NA (x);
 }