Mercurial > hg > octave-nkf
diff src/input.cc @ 5388:7099eb9841b4
[project @ 2005-06-14 20:04:31 by jwe]
author | jwe |
---|---|
date | Tue, 14 Jun 2005 20:04:31 +0000 |
parents | 4c8a2e4e0717 |
children | 426719471ac6 |
line wrap: on
line diff
--- a/src/input.cc +++ b/src/input.cc @@ -624,11 +624,11 @@ if (match_sans_spaces_semi ("exit", input_buf) || match_sans_spaces_semi ("quit", input_buf) || match_sans_spaces_semi ("return", input_buf) - || match_sans_spaces_semi ("dbg_cont", input_buf)) + || match_sans_spaces_semi ("dbcont", input_buf)) { return retval; } - else if (match_sans_spaces_semi ("dbg_step", input_buf)) + else if (match_sans_spaces_semi ("dbstep", input_buf)) { tree::break_next = true; @@ -638,7 +638,7 @@ return retval; } - else if (match_sans_spaces_semi ("dbg_next", input_buf)) + else if (match_sans_spaces_semi ("dbnext", input_buf)) { tree::break_next = true;