diff src/file-io.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 26beffa9f66f
children 080c08b192d8
line wrap: on
line diff
--- a/src/file-io.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/src/file-io.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -108,7 +108,7 @@
 
 // List of files to delete when we exit or crash.
 //
-// XXX FIXME XXX -- this should really be static, but that causes
+// FIXME -- this should really be static, but that causes
 // problems on some systems.
 std::stack <std::string> tmp_files;
 
@@ -251,7 +251,7 @@
 
   if (nargin == 1)
     {
-      // XXX FIXME XXX -- any way to avoid special case for stdout?
+      // FIXME -- any way to avoid special case for stdout?
 
       int fid = octave_stream_list::get_file_number (args (0));
 
@@ -1136,7 +1136,7 @@
 
 		      octave_value tmp = os.scanf (args(1), size, count, who);
 
-		      // XXX FIXME XXX -- is this the right thing to do?
+		      // FIXME -- is this the right thing to do?
 		      // Extract error message first, because getting
 		      // position will clear it.
 		      std::string errmsg = os.error ();