Mercurial > hg > octave-nkf
diff liboctave/LinConst.h @ 465:4caf8fbeb778
[project @ 1994-06-06 01:05:09 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jun 1994 01:05:09 +0000 |
parents | 7e870a4ec9bc |
children | 714fd17fca28 |
line wrap: on
line diff
--- a/liboctave/LinConst.h +++ b/liboctave/LinConst.h @@ -24,15 +24,21 @@ #if !defined (octave_LinConst_h) #define octave_LinConst_h 1 -#include <float.h> - -extern "C++" { +#if defined (__GNUG__) +#pragma interface +#endif class ostream; -#include "Matrix.h" +class ColumnVector; + +#include <float.h> + +#include "dMatrix.h" #include "Bounds.h" +extern "C++" { + #ifndef Vector #define Vector ColumnVector #endif