diff src/pt.cc @ 4748:7b145222fea3

[project @ 2004-02-07 06:27:27 by jwe]
author jwe
date Sat, 07 Feb 2004 06:27:28 +0000
parents 5719210fff4c
children e35b034d3523
line wrap: on
line diff
--- a/src/pt.cc	Fri Feb 06 23:56:46 2004 +0000
+++ b/src/pt.cc	Sat Feb 07 06:27:28 2004 +0000
@@ -33,6 +33,7 @@
 
 #include "lo-sstream.h"
 
+#include "ov-fcn.h"
 #include "pt.h"
 #include "pt-pr-code.h"
 
@@ -43,7 +44,7 @@
 int tree::last_line = 0;
 
 // The function where the last breakpoint occurred.
-const octave_user_function *tree::break_function = 0;
+const octave_function *tree::break_function = 0;
 
 // The statement where the last breakpoint occurred.
 const tree *tree::break_statement = 0;