comparison 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
comparison
equal deleted inserted replaced
10488:acf2b099532d 10489:d47802f0e557
112 octave_idx_type iext, octave_idx_type ext); 112 octave_idx_type iext, octave_idx_type ext);
113 113
114 extern void OCTAVE_API gripe_del_index_out_of_range (bool is1d, octave_idx_type iext, 114 extern void OCTAVE_API gripe_del_index_out_of_range (bool is1d, octave_idx_type iext,
115 octave_idx_type ext); 115 octave_idx_type ext);
116 116
117 extern void OCTAVE_API gripe_invalid_index (bool err = true); 117 extern void OCTAVE_API gripe_invalid_index (void);
118 118
119 extern void OCTAVE_API gripe_invalid_resize (void); 119 extern void OCTAVE_API gripe_invalid_resize (void);
120 120
121 #endif 121 #endif