diff src/pt-unop.cc @ 3770:bf6116ca10eb

[project @ 2001-02-02 02:21:40 by jwe]
author jwe
date Fri, 02 Feb 2001 02:21:42 +0000
parents ea583bc68959
children e39b0ee1da6c
line wrap: on
line diff
--- a/src/pt-unop.cc	Wed Jan 31 22:15:55 2001 +0000
+++ b/src/pt-unop.cc	Fri Feb 02 02:21:42 2001 +0000
@@ -32,6 +32,7 @@
 #include "oct-obj.h"
 #include "oct-lvalue.h"
 #include "ov.h"
+#include "pt-bp.h"
 #include "pt-unop.h"
 #include "pt-walk.h"
 
@@ -64,6 +65,8 @@
 {
   octave_value retval;
 
+  MAYBE_DO_BREAKPOINT;
+
   if (error_state)
     return retval;
 
@@ -143,6 +146,8 @@
 {
   octave_value retval;
 
+  MAYBE_DO_BREAKPOINT;
+
   if (error_state)
     return retval;