diff liboctave/CSparse.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 9fddcc586065
line wrap: on
line diff
--- a/liboctave/CSparse.h	Wed Jun 13 06:05:53 2007 +0000
+++ b/liboctave/CSparse.h	Wed Jun 13 06:40:49 2007 +0000
@@ -463,14 +463,14 @@
 extern OCTAVE_API SparseComplexMatrix max (const SparseComplexMatrix& a, 
 				const SparseComplexMatrix& b);
 
-SPARSE_SMS_CMP_OP_DECLS (SparseComplexMatrix, Complex)
-SPARSE_SMS_BOOL_OP_DECLS (SparseComplexMatrix, Complex)
+SPARSE_SMS_CMP_OP_DECLS (SparseComplexMatrix, Complex, OCTAVE_API)
+SPARSE_SMS_BOOL_OP_DECLS (SparseComplexMatrix, Complex, OCTAVE_API)
 
-SPARSE_SSM_CMP_OP_DECLS (Complex, SparseComplexMatrix)
-SPARSE_SSM_BOOL_OP_DECLS (Complex, SparseComplexMatrix)
+SPARSE_SSM_CMP_OP_DECLS (Complex, SparseComplexMatrix, OCTAVE_API)
+SPARSE_SSM_BOOL_OP_DECLS (Complex, SparseComplexMatrix, OCTAVE_API)
 
-SPARSE_SMSM_CMP_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix)
-SPARSE_SMSM_BOOL_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix)
+SPARSE_SMSM_CMP_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix, OCTAVE_API)
+SPARSE_SMSM_BOOL_OP_DECLS (SparseComplexMatrix, SparseComplexMatrix, OCTAVE_API)
 
 SPARSE_FORWARD_DEFS (MSparse, SparseComplexMatrix, ComplexMatrix, Complex)