Mercurial > hg > octave-lyh
diff liboctave/dRowVector.h @ 1296:f93b7fa5e113
[project @ 1995-05-01 18:30:08 by jwe]
author | jwe |
---|---|
date | Mon, 01 May 1995 18:30:08 +0000 |
parents | 0bf4d2b7def4 |
children | 611d403c7f3d |
line wrap: on
line diff
--- a/liboctave/dRowVector.h +++ b/liboctave/dRowVector.h @@ -24,12 +24,14 @@ #if !defined (octave_RowVector_h) #define octave_RowVector_h 1 +#if defined (__GNUG__) +#pragma interface +#endif + #include "MArray.h" #include "mx-defs.h" -extern "C++" { - class RowVector : public MArray<double> { friend class ColumnVector; @@ -107,8 +109,6 @@ RowVector linspace (double x1, double x2, int n); -} // extern "C++" - #endif /*