diff src/ov-scalar.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 8d7162924bd3
children bd3041e30d97
line wrap: on
line diff
--- a/src/ov-scalar.cc
+++ b/src/ov-scalar.cc
@@ -62,13 +62,13 @@
     retval = scalar;
   else
     {
-      // XXX FIXME XXX -- this doesn't solve the problem of
+      // FIXME -- this doesn't solve the problem of
       //
       //   a = 1; a([1,1], [1,1], [1,1])
       //
       // and similar constructions.  Hmm...
 
-      // XXX FIXME XXX -- using this constructor avoids narrowing the
+      // FIXME -- using this constructor avoids narrowing the
       // 1x1 matrix back to a scalar value.  Need a better solution
       // to this problem.
 
@@ -142,7 +142,7 @@
 
       if (ival < 0 || ival > UCHAR_MAX)
 	{
-	  // XXX FIXME XXX -- is there something better we could do?
+	  // FIXME -- is there something better we could do?
 
 	  ival = 0;