diff src/ov-usr-fcn.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 1c36a2e82266
children 1138ced03f14
line wrap: on
line diff
--- a/src/ov-usr-fcn.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/src/ov-usr-fcn.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -124,7 +124,7 @@
     {
       // We really should stash the whole path to the file we found,
       // when we looked it up, to avoid possible race conditions...
-      // XXX FIXME XXX
+      // FIXME
       //
       // We probably also don't need to get the library directory
       // every time, but since this function is only called when the
@@ -211,7 +211,7 @@
 
       if (! error_state)
 	{
-	  // XXX FIXME XXX -- should varargout be required to be a
+	  // FIXME -- should varargout be required to be a
 	  // cell array with a single row or column?  If not, should
 	  // we have a cleaner way of doing this operation?
 
@@ -320,7 +320,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
   // octave_builtin::subsref.