diff src/oct-lvalue.cc @ 3929:cc8ae49d6e79

[project @ 2002-05-04 02:47:14 by jwe]
author jwe
date Sat, 04 May 2002 02:47:14 +0000 (2002-05-04)
parents 34d512262892
children f9ea3dcf58ee
line wrap: on
line diff
--- a/src/oct-lvalue.cc
+++ b/src/oct-lvalue.cc
@@ -57,11 +57,13 @@
 }
 
 void
-octave_lvalue::set_index (const octave_value_list& i)
+octave_lvalue::set_index (const octave_value_list& i,
+			  tree_index_expression::type t)
 {
   if (! index_set)
     {
       idx = i;
+      itype = t;
       index_set = true;
     }
   else