diff src/ov.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents ce79d238f142
children faafc2d98b8d
line wrap: on
line diff
--- a/src/ov.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/src/ov.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -92,7 +92,7 @@
 // Should we warn about conversions from complex to real?
 int Vwarn_imag_to_real;
 
-// XXX FIXME XXX
+// FIXME
 
 // Octave's value type.
 
@@ -829,7 +829,7 @@
 
   if (op != op_asn_eq)
     {
-      // XXX FIXME XXX -- only do the following stuff if we can't find
+      // FIXME -- only do the following stuff if we can't find
       // a specific function to call to handle the op= operation for
       // the types we have.
 
@@ -877,7 +877,7 @@
     operator = (rhs);
   else
     {
-      // XXX FIXME XXX -- only do the following stuff if we can't find
+      // FIXME -- only do the following stuff if we can't find
       // a specific function to call to handle the op= operation for
       // the types we have.
 
@@ -1142,7 +1142,7 @@
     }
   else if (nr > 0 && nc > 0)
     {
-      // XXX FIXME XXX -- is warn_fortran_indexing the right variable here?
+      // FIXME -- is warn_fortran_indexing the right variable here?
       if (! force_vector_conversion && Vwarn_fortran_indexing)
 	gripe_implicit_conversion (type_name (), "real vector");
 
@@ -1217,7 +1217,7 @@
     }
   else if (nr > 0 && nc > 0)
     {
-      // XXX FIXME XXX -- is warn_fortran_indexing the right variable here?
+      // FIXME -- is warn_fortran_indexing the right variable here?
       if (! force_vector_conversion && Vwarn_fortran_indexing)
 	gripe_implicit_conversion (type_name (), "real vector");
 
@@ -1284,7 +1284,7 @@
     }
   else if (nr > 0 && nc > 0)
     {
-      // XXX FIXME XXX -- is warn_fortran_indexing the right variable here?
+      // FIXME -- is warn_fortran_indexing the right variable here?
       if (! force_vector_conversion && Vwarn_fortran_indexing)
 	gripe_implicit_conversion (type_name (), "complex vector");
 
@@ -1669,7 +1669,7 @@
     }
   else
     {
-      // XXX FIXME XXX -- only do the following stuff if we can't find a
+      // FIXME -- only do the following stuff if we can't find a
       // specific function to call to handle the op= operation for the
       // types we have.