diff libinterp/parse-tree/pt-stmt.cc @ 21578:683a1beee538

maint: Use "FIXME:" for all code blocks needing further attention. * files-dock-widget.cc, file-editor-tab.cc, file-editor-tab.h, file-editor.cc, octave-qscintilla.cc, octave-qt-link.cc, __ilu__.cc, debug.h, oct-stream.cc, pt-jit.cc, __magick_read__.cc, ov-classdef.cc, pt-stmt.cc, oct-sort.cc, inputParser.m, validateattributes.m, fminunc.m, fsolve.m, fzero.m, __scatter__.m, print.m: Use "FIXME:" for all code blocks needing further attention.
author Rik <rik@octave.org>
date Fri, 01 Apr 2016 14:55:13 -0700
parents 40de9f8f23a6
children aba2e6293dd8
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-stmt.cc	Fri Apr 01 14:14:11 2016 -0700
+++ b/libinterp/parse-tree/pt-stmt.cc	Fri Apr 01 14:55:13 2016 -0700
@@ -188,7 +188,7 @@
 }
 
 // Create a "breakpoint" tree-walker, and get it to "walk" this statement list
-// (TODO:  What does that do???)
+// (FIXME: What does that do???)
 int
 tree_statement_list::set_breakpoint (int line, const std::string& condition)
 {
@@ -252,7 +252,7 @@
 // Add breakpoints to  file  at multiple lines (the second arguments of  line),
 // to stop only if  condition  is true.
 // Updates GUI via  octave_link::update_breakpoint.
-// TODO COME BACK TO ME
+// FIXME: COME BACK TO ME.
 bp_table::intmap
 tree_statement_list::add_breakpoint (const std::string& file,
                                      const bp_table::intmap& line,