Mercurial > hg > octave-lyh
comparison src/toplev.h @ 4975:80842ad3f85c
[project @ 2004-09-08 18:37:58 by jwe]
author | jwe |
---|---|
date | Wed, 08 Sep 2004 18:37:59 +0000 |
parents | 7b145222fea3 |
children | 85b315ad5f7d |
comparison
equal
deleted
inserted
replaced
4974:ff29117ce225 | 4975:80842ad3f85c |
---|---|
46 extern tree_statement_list *global_command; | 46 extern tree_statement_list *global_command; |
47 | 47 |
48 // Pointer to function that is currently being evaluated. | 48 // Pointer to function that is currently being evaluated. |
49 extern octave_function *curr_function; | 49 extern octave_function *curr_function; |
50 | 50 |
51 // Pointer to caller of curr_function. | |
52 extern octave_function *curr_caller_function; | |
53 | |
51 // Pointer to parent function that is currently being evaluated. | 54 // Pointer to parent function that is currently being evaluated. |
52 extern octave_function *curr_parent_function; | 55 extern octave_function *curr_parent_function; |
53 | 56 |
54 // TRUE means we are ready to interpret commands, but not everything | 57 // TRUE means we are ready to interpret commands, but not everything |
55 // is ready for interactive use. | 58 // is ready for interactive use. |