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

[project @ 2001-02-02 02:21:40 by jwe]
author jwe
date Fri, 02 Feb 2001 02:21:42 +0000
parents 0343ffea47ef
children b79da8779a0e
line wrap: on
line diff
--- a/src/pt-cell.cc
+++ b/src/pt-cell.cc
@@ -36,6 +36,7 @@
 #include "error.h"
 #include "oct-obj.h"
 #include "pt-arg-list.h"
+#include "pt-bp.h"
 #include "pt-exp.h"
 #include "pt-cell.h"
 #include "pt-walk.h"
@@ -48,6 +49,8 @@
 {
   octave_value retval;
 
+  MAYBE_DO_BREAKPOINT;
+
   int nr = length ();
   int nc = -1;