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

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents a527e0f77aa5
children 9fddcc586065
line wrap: on
line diff
--- a/src/ov-mapper.cc
+++ b/src/ov-mapper.cc
@@ -214,7 +214,7 @@
 {
   octave_value retval;
 
-  // XXX FIXME XXX -- is_real_type can return true.  Should it really
+  // FIXME -- is_real_type can return true.  Should it really
   // work that way?
 
   if (arg.is_real_type ()
@@ -348,7 +348,7 @@
     }
   else if (ch_map_fcn)
     {
-      // XXX FIXME XXX -- this could be done in a better way...
+      // FIXME -- this could be done in a better way...
 
       octave_value tmp = arg.convert_to_str ();
 
@@ -415,7 +415,7 @@
       panic_impossible ();
     }
 
-  // XXX FIXME XXX -- perhaps there should be an
+  // FIXME -- perhaps there should be an
   // octave_value_list::next_subsref member function?  See also
   // and octave_builtin::subsref.