Mercurial > hg > octave-nkf
diff src/toplev.cc @ 4748:7b145222fea3
[project @ 2004-02-07 06:27:27 by jwe]
author | jwe |
---|---|
date | Sat, 07 Feb 2004 06:27:28 +0000 |
parents | c26904f532f1 |
children | 9f0ce1536368 |
line wrap: on
line diff
--- a/src/toplev.cc +++ b/src/toplev.cc @@ -91,10 +91,10 @@ tree_statement_list *global_command = 0; // Pointer to function that is currently being evaluated. -octave_user_function *curr_function = 0; +octave_function *curr_function = 0; // Pointer to parent function that is currently being evaluated. -octave_user_function *curr_parent_function = 0; +octave_function *curr_parent_function = 0; static void recover_from_exception (void)