diff liboctave/dMatrix.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/dMatrix.h
+++ b/liboctave/dMatrix.h
@@ -323,14 +323,14 @@
 extern OCTAVE_API Matrix max (const Matrix& m, double d);
 extern OCTAVE_API Matrix max (const Matrix& a, const Matrix& b);
 
-MS_CMP_OP_DECLS (Matrix, double)
-MS_BOOL_OP_DECLS (Matrix, double)
+MS_CMP_OP_DECLS (Matrix, double, OCTAVE_API)
+MS_BOOL_OP_DECLS (Matrix, double, OCTAVE_API)
 
-SM_CMP_OP_DECLS (double, Matrix)
-SM_BOOL_OP_DECLS (double, Matrix)
+SM_CMP_OP_DECLS (double, Matrix, OCTAVE_API)
+SM_BOOL_OP_DECLS (double, Matrix, OCTAVE_API)
 
-MM_CMP_OP_DECLS (Matrix, Matrix)
-MM_BOOL_OP_DECLS (Matrix, Matrix)
+MM_CMP_OP_DECLS (Matrix, Matrix, OCTAVE_API)
+MM_BOOL_OP_DECLS (Matrix, Matrix, OCTAVE_API)
 
 MARRAY_FORWARD_DEFS (MArray2, Matrix, double)