Mercurial > hg > octave-lyh
diff liboctave/so-array.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 | 83619ae96c1d |
line wrap: on
line diff
--- a/liboctave/so-array.h +++ b/liboctave/so-array.h @@ -94,23 +94,23 @@ OCTAVE_API streamoff_array& operator += (streamoff_array& l, const streamoff_array& r); OCTAVE_API streamoff_array& operator -= (streamoff_array& l, const streamoff_array& r); -NDCMP_OP_DECL (mx_el_eq, std::streamoff, streamoff_array); -NDCMP_OP_DECL (mx_el_ne, std::streamoff, streamoff_array); +NDCMP_OP_DECL (mx_el_eq, std::streamoff, streamoff_array, OCTAVE_API); +NDCMP_OP_DECL (mx_el_ne, std::streamoff, streamoff_array, OCTAVE_API); -NDCMP_OP_DECL (mx_el_eq, streamoff_array, std::streamoff); -NDCMP_OP_DECL (mx_el_ne, streamoff_array, std::streamoff); +NDCMP_OP_DECL (mx_el_eq, streamoff_array, std::streamoff, OCTAVE_API); +NDCMP_OP_DECL (mx_el_ne, streamoff_array, std::streamoff, OCTAVE_API); -NDCMP_OP_DECL (mx_el_eq, streamoff_array, streamoff_array); -NDCMP_OP_DECL (mx_el_ne, streamoff_array, streamoff_array); +NDCMP_OP_DECL (mx_el_eq, streamoff_array, streamoff_array, OCTAVE_API); +NDCMP_OP_DECL (mx_el_ne, streamoff_array, streamoff_array, OCTAVE_API); -BIN_OP_DECL (streamoff_array, operator +, streamoff_array, streamoff_array); -BIN_OP_DECL (streamoff_array, operator -, streamoff_array, streamoff_array); +BIN_OP_DECL (streamoff_array, operator +, streamoff_array, streamoff_array, OCTAVE_API); +BIN_OP_DECL (streamoff_array, operator -, streamoff_array, streamoff_array, OCTAVE_API); -BIN_OP_DECL (streamoff_array, operator +, streamoff_array, std::streamoff); -BIN_OP_DECL (streamoff_array, operator -, streamoff_array, std::streamoff); +BIN_OP_DECL (streamoff_array, operator +, streamoff_array, std::streamoff, OCTAVE_API); +BIN_OP_DECL (streamoff_array, operator -, streamoff_array, std::streamoff, OCTAVE_API); -BIN_OP_DECL (streamoff_array, operator +, std::streamoff, streamoff_array); -BIN_OP_DECL (streamoff_array, operator -, std::streamoff, streamoff_array); +BIN_OP_DECL (streamoff_array, operator +, std::streamoff, streamoff_array, OCTAVE_API); +BIN_OP_DECL (streamoff_array, operator -, std::streamoff, streamoff_array, OCTAVE_API); #endif