Mercurial > hg > octave-nkf
diff liboctave/Array-util.h @ 10489:d47802f0e557
Back out changeset 4e64fbbd5c58
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 06 Apr 2010 08:28:15 +0200 |
parents | 4e64fbbd5c58 |
children | aac9f4265048 |
line wrap: on
line diff
--- a/liboctave/Array-util.h +++ b/liboctave/Array-util.h @@ -114,7 +114,7 @@ extern void OCTAVE_API gripe_del_index_out_of_range (bool is1d, octave_idx_type iext, octave_idx_type ext); -extern void OCTAVE_API gripe_invalid_index (bool err = true); +extern void OCTAVE_API gripe_invalid_index (void); extern void OCTAVE_API gripe_invalid_resize (void);