# HG changeset patch # User jwe # Date 1190047085 0 # Node ID c5118619023ef6193da16a5f85679580e7a2d16e # Parent aee959a21c4bd0e25513a994340dde50f232e51f [project @ 2007-09-17 16:38:05 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2007-09-17 John W. Eaton + * ov-typeinfo.h (cat_op_fcn): Third arg in function pointer + typedef is now Array instead of Array. + * file-io.cc (do_stream_open): Use binary mode by default. 2007-09-14 Shai Ayal diff --git a/src/ov-typeinfo.h b/src/ov-typeinfo.h --- a/src/ov-typeinfo.h +++ b/src/ov-typeinfo.h @@ -48,7 +48,7 @@ (const octave_base_value&, const octave_base_value&); typedef octave_value (*cat_op_fcn) - (octave_base_value&, const octave_base_value&, const Array& ra_idx); + (octave_base_value&, const octave_base_value&, const Array& ra_idx); typedef octave_value (*assign_op_fcn) (octave_base_value&, const octave_value_list&, const octave_base_value&);