# HG changeset patch # User jwe # Date 983568609 0 # Node ID ae32674080b011a4d58368f071dfb77c19294754 # Parent 44386b0e53da4931814ae9f4ebd45854afad264a [project @ 2001-03-02 21:30:09 by jwe] diff --git a/src/pt.cc b/src/pt.cc --- a/src/pt.cc +++ b/src/pt.cc @@ -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.