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

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 7ba9ad1fec11
children 080c08b192d8
line wrap: on
line diff
--- a/src/ov-fcn-handle.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/src/ov-fcn-handle.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -91,14 +91,14 @@
 
 	    if (ff_nm.empty ())
 	      {
-		// XXX FIXME XXX -- need to handle inline and
+		// FIXME -- need to handle inline and
 		// command-line functions here.
 	      }
 	    else
 	      {
 		if (fcn_out_of_date (f, ff_nm, tp))
 		  {
-		    // XXX FIXME XXX -- there is currently no way to
+		    // FIXME -- there is currently no way to
 		    // parse a .m file or reload a .oct file that
 		    // leaves the fbi symbol table untouched.  We need
 		    // a function that will parse the file and return
@@ -133,7 +133,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.