diff src/parse.y @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents e7af222e98b0
children faafc2d98b8d
line wrap: on
line diff
--- a/src/parse.y
+++ b/src/parse.y
@@ -1730,7 +1730,7 @@
 	  e->preserve_base ();
 	  delete e;
 
-	  // XXX FIXME XXX -- need to attempt constant folding here
+	  // FIXME -- need to attempt constant folding here
 	  // too (we need a generic way to do that).
 	  retval = base;
 	}
@@ -1803,7 +1803,7 @@
 static tree_constant *
 make_anon_fcn_handle (tree_parameter_list *param_list, tree_statement *stmt)
 {
-  // XXX FIXME XXX -- need to get these from the location of the @ symbol.
+  // FIXME -- need to get these from the location of the @ symbol.
 
   int l = -1;
   int c = -1;
@@ -1824,7 +1824,7 @@
 
       stmt->set_print_flag (false);
 
-      // XXX FIXME XXX -- would like to delete old_stmt here or
+      // FIXME -- would like to delete old_stmt here or
       // replace expression inside it with the new expression we just
       // created so we don't have to create a new statement at all.
 
@@ -2951,7 +2951,7 @@
 static void
 safe_fclose (void *f)
 {
-  // XXX FIXME XXX -- comments at the end of an input file are
+  // FIXME -- comments at the end of an input file are
   // discarded (otherwise, they would be appended to the next
   // statement, possibly from the command line or another file, which
   // can be quite confusing).
@@ -3047,7 +3047,7 @@
 // comments that are recognized as a copyright notice are saved in the
 // comment buffer.
 
-// XXX FIXME XXX -- grab_help_text() in lex.l duplicates some of this
+// FIXME -- grab_help_text() in lex.l duplicates some of this
 // code!
 
 static std::string
@@ -3292,7 +3292,7 @@
 
       if (! force_script && is_function_file (ffile))
 	{
-	  // XXX FIXME XXX -- we shouldn't need both the
+	  // FIXME -- we shouldn't need both the
 	  // command_history object and the
 	  // Vsaving_history variable...
 	  command_history::ignore_entries ();
@@ -3330,7 +3330,7 @@
 
 	  octave_comment_buffer::append (txt);
 
-	  // XXX FIXME XXX -- this should not be necessary.
+	  // FIXME -- this should not be necessary.
 	  gobble_leading_white_space (ffile, false, true, false);
 
 	  int status = yyparse ();
@@ -3348,7 +3348,7 @@
 	  // proper value when we unwind from this frame.
 	  reading_fcn_file = old_reading_fcn_file_state;
 
-	  // XXX FIXME XXX -- we shouldn't need both the
+	  // FIXME -- we shouldn't need both the
 	  // command_history object and the
 	  // Vsaving_history variable...
 	  command_history::ignore_entries ();