Mercurial > hg > octave-lyh
diff liboctave/Array-util.h @ 11129:0de5cc44e690
use gripe functions for NaN to logical and NaN to character conversions more consistently
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 21 Oct 2010 16:12:00 -0400 |
parents | 8645b7087859 |
children | 7c573eb981eb |
line wrap: on
line diff
--- a/liboctave/Array-util.h +++ b/liboctave/Array-util.h @@ -112,6 +112,8 @@ extern void OCTAVE_API gripe_nan_to_logical_conversion (void); +extern void OCTAVE_API gripe_nan_to_character_conversion (void); + extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len); extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc,