Mercurial > hg > octave-thorsten
diff src/pt-stmt.cc @ 4975:80842ad3f85c
[project @ 2004-09-08 18:37:58 by jwe]
author | jwe |
---|---|
date | Wed, 08 Sep 2004 18:37:59 +0000 |
parents | 7b957b442818 |
children | e35b034d3523 |
line wrap: on
line diff
--- a/src/pt-stmt.cc +++ b/src/pt-stmt.cc @@ -51,6 +51,9 @@ // Pointer to the current statement being executed. tree_statement *curr_statement = 0; +// Pointer to the current statement being executed in the calling function. +tree_statement *curr_caller_statement = 0; + // A list of commands to be executed. tree_statement::~tree_statement (void)