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

[project @ 2001-02-02 02:21:40 by jwe]
author jwe
date Fri, 02 Feb 2001 02:21:42 +0000
parents 1d8d6429396a
children b8c1cb5b9fd9
line wrap: on
line diff
--- a/src/pt-mat.cc
+++ b/src/pt-mat.cc
@@ -35,6 +35,7 @@
 #include "error.h"
 #include "oct-obj.h"
 #include "pt-arg-list.h"
+#include "pt-bp.h"
 #include "pt-exp.h"
 #include "pt-mat.h"
 #include "pt-walk.h"
@@ -436,6 +437,8 @@
 {
   octave_value_list retval;
 
+  MAYBE_DO_BREAKPOINT;
+
   if (nargout > 1)
     error ("invalid number of output arguments for matrix list");
   else