Mercurial > hg > octave-lyh
changeset 8283:54c25dc5b17d
parse.y: fix comment
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 28 Oct 2008 13:04:32 -0400 |
parents | 47a3d2f829e4 |
children | 4ceffd54031a |
files | src/parse.y |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -2619,8 +2619,8 @@ retval = new tree_function_def (fcn); } - // Clear any local variables that may have been added by - // while parsing (for example, by force_local_variable in lex.l). + // Clear any local variables that may have been added while + // parsing (for example, by force_local_variable in lex.l). symbol_table::clear_variables (fcn->scope ()); }