Mercurial > hg > octave-lyh
diff src/lex.l @ 3796:c34164f566f6
[project @ 2001-02-14 00:17:54 by jwe]
author | jwe |
---|---|
date | Wed, 14 Feb 2001 00:17:54 +0000 |
parents | 3001e15555e9 |
children | 4f1a26a730fd |
line wrap: on
line diff
--- a/src/lex.l +++ b/src/lex.l @@ -2420,6 +2420,10 @@ looking_at_return_list = false; looking_at_parameter_list = false; + // Not parsing a matrix or the left hand side of multi-value + // assignment statement. + looking_at_matrix_or_assign_lhs = false; + // Next token can be identifier. cant_be_identifier = false;