Mercurial > hg > octave-lyh
diff src/pt-colon.cc @ 3770:bf6116ca10eb
[project @ 2001-02-02 02:21:40 by jwe]
author | jwe |
---|---|
date | Fri, 02 Feb 2001 02:21:42 +0000 |
parents | b80bbb43a1a9 |
children | edd758a7ca8d |
line wrap: on
line diff
--- a/src/pt-colon.cc +++ b/src/pt-colon.cc @@ -32,6 +32,7 @@ #include "oct-obj.h" #include "pager.h" #include "ov.h" +#include "pt-bp.h" #include "pt-colon.h" #include "pt-walk.h" @@ -88,6 +89,8 @@ { octave_value retval; + MAYBE_DO_BREAKPOINT; + if (error_state || ! op_base || ! op_limit) return retval;