Mercurial > hg > octave-lyh
diff src/ov.h @ 4233:ccfdb55c8156
[project @ 2002-12-20 22:43:54 by jwe]
author | jwe |
---|---|
date | Fri, 20 Dec 2002 22:43:55 +0000 |
parents | 23d06c9e1edd |
children | fc9a075d10fb |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -157,6 +157,7 @@ enum all_va_args { all_va_args_t }; octave_value (void); + octave_value (int i); octave_value (double d); octave_value (const Cell& m); octave_value (const Matrix& m); @@ -261,7 +262,7 @@ octave_value next_subsref (const std::string type, const std::list<octave_value_list>& idx, - int skip = 1); + size_t skip = 1); virtual octave_value do_index_op (const octave_value_list& idx, int resize_ok)