changeset 5349:e965ab89f832

[project @ 2005-05-11 17:46:25 by jwe]
author jwe
date Wed, 11 May 2005 17:47:47 +0000
parents b3ba123faec8
children ad44a165950d
files src/lex.l src/pt-colon.h
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 == '=')
     {
--- 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,