Mercurial > hg > octave-nkf
diff src/lex.h @ 4237:9c8034434982
[project @ 2002-12-25 03:14:37 by jwe]
author | jwe |
---|---|
date | Wed, 25 Dec 2002 03:14:38 +0000 |
parents | 90e44267e8cf |
children | a5a68c0afe56 |
line wrap: on
line diff
--- a/src/lex.h +++ b/src/lex.h @@ -162,8 +162,8 @@ // multi-value assignment statement. bool looking_at_matrix_or_assign_lhs; - // TRUE means we're parsing an indexing operation for an object. - bool looking_at_object_index; + // Nonzero means we're parsing an indexing operation for an object. + int looking_at_object_index; // GAG. Stupid kludge so that [[1,2][3,4]] will work. bool do_comma_insert;