diff src/pt.h @ 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.h	Fri Feb 06 23:56:46 2004 +0000
+++ b/src/pt.h	Sat Feb 07 06:27:28 2004 +0000
@@ -31,7 +31,7 @@
 
 #include <iostream>
 
-class octave_user_function;
+class octave_function;
 class tree_walker;
 
 // Base class for the parse tree.
@@ -75,7 +75,7 @@
   static int last_line; 
 
   // The function where the last breakpoint occurred.
-  static const octave_user_function *break_function;
+  static const octave_function *break_function;
 
   // The statement where the last breakpoint occurred.
   static const tree *break_statement;