Mercurial > hg > octave-nkf
diff src/pt-bp.cc @ 4173:2aea727f516f
[project @ 2002-11-12 23:05:40 by jwe]
author | jwe |
---|---|
date | Tue, 12 Nov 2002 23:05:41 +0000 |
parents | 47d3baea432d |
children | 8f6d418d31c3 |
line wrap: on
line diff
--- a/src/pt-bp.cc +++ b/src/pt-bp.cc @@ -136,7 +136,7 @@ } void -tree_breakpoint::visit_break_command (tree_break_command& cmd) +tree_breakpoint::visit_break_expression (tree_break_expression& cmd) { if (found) return; @@ -171,7 +171,7 @@ } void -tree_breakpoint::visit_continue_command (tree_continue_command& cmd) +tree_breakpoint::visit_continue_expression (tree_continue_expression& cmd) { if (found) return; @@ -510,7 +510,7 @@ } void -tree_breakpoint::visit_return_command (tree_return_command& cmd) +tree_breakpoint::visit_return_expression (tree_return_expression& cmd) { if (found) return;