Mercurial > hg > octave-lyh
diff liboctave/chMatrix.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/chMatrix.h +++ b/liboctave/chMatrix.h @@ -88,14 +88,14 @@ charMatrix (char *ch, octave_idx_type r, octave_idx_type c) : MArray2<char> (ch, r, c) { } }; -MS_CMP_OP_DECLS (charMatrix, char) -MS_BOOL_OP_DECLS (charMatrix, char) +MS_CMP_OP_DECLS (charMatrix, char, OCTAVE_API) +MS_BOOL_OP_DECLS (charMatrix, char, OCTAVE_API) -SM_CMP_OP_DECLS (char, charMatrix) -SM_BOOL_OP_DECLS (char, charMatrix) +SM_CMP_OP_DECLS (char, charMatrix, OCTAVE_API) +SM_BOOL_OP_DECLS (char, charMatrix, OCTAVE_API) -MM_CMP_OP_DECLS (charMatrix, charMatrix) -MM_BOOL_OP_DECLS (charMatrix, charMatrix) +MM_CMP_OP_DECLS (charMatrix, charMatrix, OCTAVE_API) +MM_BOOL_OP_DECLS (charMatrix, charMatrix, OCTAVE_API) MARRAY_FORWARD_DEFS (MArray2, charMatrix, char)