diff src/toplev.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 cbf717bf8150
line wrap: on
line diff
--- a/src/toplev.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/src/toplev.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -412,7 +412,7 @@
 	{
 	  std::ostringstream output_buf;
 
-	  // XXX FIXME XXX -- Perhaps we should read more than one
+	  // FIXME -- Perhaps we should read more than one
 	  // character at a time and find a way to avoid the call to
 	  // octave_usleep as well?
 
@@ -549,7 +549,7 @@
 		error ("system: fork failed -- can't create child process");
 	      else if (pid == 0)
 		{
-		  // XXX FIXME XXX -- should probably replace this
+		  // FIXME -- should probably replace this
 		  // call with something portable.
 
 		  execl ("/bin/sh", "sh", "-c", cmd_str.c_str (),
@@ -591,7 +591,7 @@
 
 DEFALIAS (shell_cmd, system);
 
-// 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> octave_atexit_functions;
 
@@ -619,7 +619,7 @@
 
       command_editor::restore_terminal_state ();
 
-      // XXX FIXME XXX -- is this needed?  Can it cause any trouble?
+      // FIXME -- is this needed?  Can it cause any trouble?
       raw_mode (0);
 
       octave_history_write_timestamp ();