Mercurial > hg > octave-nkf
diff liboctave/CNDArray.h @ 6708:0ce71beb1cf3
[project @ 2007-06-13 06:40:48 by jwe]
author | jwe |
---|---|
date | Wed, 13 Jun 2007 06:40:49 +0000 |
parents | 143b556ce725 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/liboctave/CNDArray.h +++ b/liboctave/CNDArray.h @@ -131,14 +131,14 @@ extern OCTAVE_API ComplexNDArray max (const ComplexNDArray& m, const Complex& c); extern OCTAVE_API ComplexNDArray max (const ComplexNDArray& a, const ComplexNDArray& b); -NDS_CMP_OP_DECLS (ComplexNDArray, Complex) -NDS_BOOL_OP_DECLS (ComplexNDArray, Complex) +NDS_CMP_OP_DECLS (ComplexNDArray, Complex, OCTAVE_API) +NDS_BOOL_OP_DECLS (ComplexNDArray, Complex, OCTAVE_API) -SND_CMP_OP_DECLS (Complex, ComplexNDArray) -SND_BOOL_OP_DECLS (Complex, ComplexNDArray) +SND_CMP_OP_DECLS (Complex, ComplexNDArray, OCTAVE_API) +SND_BOOL_OP_DECLS (Complex, ComplexNDArray, OCTAVE_API) -NDND_CMP_OP_DECLS (ComplexNDArray, ComplexNDArray) -NDND_BOOL_OP_DECLS (ComplexNDArray, ComplexNDArray) +NDND_CMP_OP_DECLS (ComplexNDArray, ComplexNDArray, OCTAVE_API) +NDND_BOOL_OP_DECLS (ComplexNDArray, ComplexNDArray, OCTAVE_API) MARRAY_FORWARD_DEFS (MArrayN, ComplexNDArray, Complex)