diff liboctave/CRowVector.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/CRowVector.h
+++ b/liboctave/CRowVector.h
@@ -24,12 +24,14 @@
 #if !defined (octave_ComplexRowVector_h)
 #define octave_ComplexRowVector_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #include "MArray.h"
 
 #include "mx-defs.h"
 
-extern "C++" {
-
 class ComplexRowVector : public MArray<Complex>
 {
 friend class ComplexColumnVector;
@@ -164,8 +166,6 @@
 
 ComplexRowVector linspace (const Complex& x1, const Complex& x2, int n);
 
-} // extern "C++"
-
 #endif
 
 /*