diff liboctave/CMatrix.h @ 6708:0ce71beb1cf3

[project @ 2007-06-13 06:40:48 by jwe]
author jwe
date Wed, 13 Jun 2007 06:40:49 +0000
parents 2ee8293554a3
children 2883ea1c5c18
line wrap: on
line diff
--- a/liboctave/CMatrix.h
+++ b/liboctave/CMatrix.h
@@ -373,14 +373,14 @@
 extern OCTAVE_API ComplexMatrix max (const ComplexMatrix& m, const Complex& c);
 extern OCTAVE_API ComplexMatrix max (const ComplexMatrix& a, const ComplexMatrix& b);
 
-MS_CMP_OP_DECLS (ComplexMatrix, Complex)
-MS_BOOL_OP_DECLS (ComplexMatrix, Complex)
+MS_CMP_OP_DECLS (ComplexMatrix, Complex, OCTAVE_API)
+MS_BOOL_OP_DECLS (ComplexMatrix, Complex, OCTAVE_API)
 
-SM_CMP_OP_DECLS (Complex, ComplexMatrix)
-SM_BOOL_OP_DECLS (Complex, ComplexMatrix)
+SM_CMP_OP_DECLS (Complex, ComplexMatrix, OCTAVE_API)
+SM_BOOL_OP_DECLS (Complex, ComplexMatrix, OCTAVE_API)
 
-MM_CMP_OP_DECLS (ComplexMatrix, ComplexMatrix)
-MM_BOOL_OP_DECLS (ComplexMatrix, ComplexMatrix)
+MM_CMP_OP_DECLS (ComplexMatrix, ComplexMatrix, OCTAVE_API)
+MM_BOOL_OP_DECLS (ComplexMatrix, ComplexMatrix, OCTAVE_API)
 
 MARRAY_FORWARD_DEFS (MArray2, ComplexMatrix, Complex)