Mercurial > hg > octave-lyh
diff liboctave/mx-inlines.cc @ 2828:92826d6e8bd9
[project @ 1997-03-25 23:41:41 by jwe]
author | jwe |
---|---|
date | Tue, 25 Mar 1997 23:50:08 +0000 |
parents | 1dd37f97364a |
children | 8b262e771614 |
line wrap: on
line diff
--- a/liboctave/mx-inlines.cc +++ b/liboctave/mx-inlines.cc @@ -20,8 +20,8 @@ */ -#if !defined (octave_mx_ops_h) -#define octave_mx_ops 1 +#if !defined (octave_mx_inlines_h) +#define octave_mx_inlines_h 1 #include <cstddef> @@ -194,6 +194,7 @@ return true; \ } +OP_EQ_FCN (bool, bool) OP_EQ_FCN (char, char) OP_EQ_FCN (double, double) OP_EQ_FCN (Complex, Complex)