diff src/pt.cc @ 3806:ae32674080b0

[project @ 2001-03-02 21:30:09 by jwe]
author jwe
date Fri, 02 Mar 2001 21:30:09 +0000
parents 44386b0e53da
children b79da8779a0e
line wrap: on
line diff
--- a/src/pt.cc	Thu Mar 01 16:54:33 2001 +0000
+++ b/src/pt.cc	Fri Mar 02 21:30:09 2001 +0000
@@ -45,7 +45,7 @@
 const octave_user_function *tree::break_function = 0;
 
 // The statement where the last breakpoint occurred.
-const tree *break_statement = 0;
+const tree *tree::break_statement = 0;
 
 // Hide the details of the string buffer so that we are less likely to
 // create a memory leak.