diff liboctave/CmplxSVD.h @ 1296:f93b7fa5e113

[project @ 1995-05-01 18:30:08 by jwe]
author jwe
date Mon, 01 May 1995 18:30:08 +0000
parents 18933dbd5e43
children 611d403c7f3d
line wrap: on
line diff
--- a/liboctave/CmplxSVD.h
+++ b/liboctave/CmplxSVD.h
@@ -24,14 +24,16 @@
 #if !defined (octave_ComplexSVD_h)
 #define octave_ComplexSVD_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 class ostream;
 
 #include "dDiagMatrix.h"
 #include "CMatrix.h"
 #include "dbleSVD.h"
 
-extern "C++" {
-
 class ComplexSVD
 {
 friend class ComplexMatrix;
@@ -106,8 +108,6 @@
   return right_sm;
 }
 
-} // extern "C++"
-
 #endif
 
 /*