# HG changeset patch # User jwe # Date 1115833667 0 # Node ID e965ab89f832e07ed2dfcd2716db1d3ade572698 # Parent b3ba123faec841d7074dedf9e6ad906779cbfa6b [project @ 2005-05-11 17:46:25 by jwe] diff -r b3ba123faec8 -r e965ab89f832 src/lex.l --- a/src/lex.l Wed May 11 17:11:48 2005 +0000 +++ b/src/lex.l Wed May 11 17:47:47 2005 +0000 @@ -2295,8 +2295,6 @@ bool next_tok_is_paren = (c1 == '('); - bool next_tok_is_struct_ref = (c1 == '.'); - bool next_tok_is_eq = false; if (c1 == '=') { diff -r b3ba123faec8 -r e965ab89f832 src/pt-colon.h --- a/src/pt-colon.h Wed May 11 17:11:48 2005 +0000 +++ b/src/pt-colon.h Wed May 11 17:47:47 2005 +0000 @@ -99,7 +99,8 @@ octave_value make_range (const Matrix& m_base, const Matrix& m_limit, - const Matrix& m_increment, bool result_is_str) const; + const Matrix& m_increment, bool result_is_str, + bool dq_str) const; octave_value make_range (const octave_value& ov_base, const octave_value& ov_limit,