Mercurial > hg > octave-lyh
diff liboctave/Objective.h @ 1296:f93b7fa5e113
[project @ 1995-05-01 18:30:08 by jwe]
author | jwe |
---|---|
date | Mon, 01 May 1995 18:30:08 +0000 |
parents | 83b59118ab1a |
children | 611d403c7f3d |
line wrap: on
line diff
--- a/liboctave/Objective.h +++ b/liboctave/Objective.h @@ -24,9 +24,11 @@ #if !defined (octave_Objective_h) #define octave_Objective_h 1 -#include "dColVector.h" +#if defined (__GNUG__) +#pragma interface +#endif -extern "C++" { +#include "dColVector.h" #ifndef Vector #define Vector ColumnVector @@ -62,8 +64,6 @@ }; -} // extern "C++" - #endif /*