Mercurial > hg > octave-nkf
diff src/ov-list.h @ 4271:be631c1720ea
[project @ 2003-01-03 19:36:04 by jwe]
author | jwe |
---|---|
date | Fri, 03 Jan 2003 19:36:04 +0000 |
parents | fc9a075d10fb |
children | 55695bf73797 |
line wrap: on
line diff
--- a/src/ov-list.h +++ b/src/ov-list.h @@ -67,6 +67,14 @@ octave_value subsref (const std::string& type, const std::list<octave_value_list>& idx); + octave_value_list subsref (const std::string& type, + const std::list<octave_value_list>& idx, + int nargout) + { + panic_impossible (); + return octave_value_list (); + } + octave_value do_index_op (const octave_value_list& idx, int resize_ok); octave_value subsasgn (const std::string& type,