Mercurial > hg > octave-nkf
diff src/ov.h @ 9728:70925b11ba46
again allow the obsolete syntax for cellfun
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 15 Oct 2009 13:07:44 +0200 |
parents | aea3a3a950e1 |
children | b4fdfee405b5 |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -279,8 +279,8 @@ octave_value (const octave_value_list& m, bool is_cs_list = false); octave_value (octave_value::magic_colon); - octave_value (octave_base_value *new_rep); - octave_value (octave_base_value *new_rep, int xcount); + octave_value (octave_base_value *new_rep, bool borrow = false); + octave_value (octave_base_value *new_rep, int xcount) GCC_ATTR_DEPRECATED; // Copy constructor.