Mercurial > hg > octave-nkf
diff liboctave/chNDArray.h @ 6708:0ce71beb1cf3
[project @ 2007-06-13 06:40:48 by jwe]
author | jwe |
---|---|
date | Wed, 13 Jun 2007 06:40:49 +0000 |
parents | 7f5316cadaa2 |
children | 2883ea1c5c18 |
line wrap: on
line diff
--- a/liboctave/chNDArray.h +++ b/liboctave/chNDArray.h @@ -95,14 +95,14 @@ charNDArray (char *d, dim_vector& dv) : MArrayN<char> (d, dv) { } }; -NDS_CMP_OP_DECLS (charNDArray, char) -NDS_BOOL_OP_DECLS (charNDArray, char) +NDS_CMP_OP_DECLS (charNDArray, char, OCTAVE_API) +NDS_BOOL_OP_DECLS (charNDArray, char, OCTAVE_API) -SND_CMP_OP_DECLS (char, charNDArray) -SND_BOOL_OP_DECLS (char, charNDArray) +SND_CMP_OP_DECLS (char, charNDArray, OCTAVE_API) +SND_BOOL_OP_DECLS (char, charNDArray, OCTAVE_API) -NDND_CMP_OP_DECLS (charNDArray, charNDArray) -NDND_BOOL_OP_DECLS (charNDArray, charNDArray) +NDND_CMP_OP_DECLS (charNDArray, charNDArray, OCTAVE_API) +NDND_BOOL_OP_DECLS (charNDArray, charNDArray, OCTAVE_API) MARRAY_FORWARD_DEFS (MArrayN, charNDArray, char)