Mercurial > hg > octave-nkf
comparison src/oct-lvalue.cc @ 4219:23d06c9e1edd
[project @ 2002-12-06 21:29:17 by jwe]
author | jwe |
---|---|
date | Fri, 06 Dec 2002 21:29:19 +0000 |
parents | 1b58576bdaa6 |
children | 6690d8cd9bee |
comparison
equal
deleted
inserted
replaced
4218:4a392a01e51a | 4219:23d06c9e1edd |
---|---|
40 *val = tmp; | 40 *val = tmp; |
41 } | 41 } |
42 | 42 |
43 void | 43 void |
44 octave_lvalue::set_index (const std::string& t, | 44 octave_lvalue::set_index (const std::string& t, |
45 const SLList<octave_value_list>& i) | 45 const std::list<octave_value_list>& i) |
46 { | 46 { |
47 if (! index_set) | 47 if (! index_set) |
48 { | 48 { |
49 type = t; | 49 type = t; |
50 idx = i; | 50 idx = i; |