diff liboctave/NPSOL.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/NPSOL.h
+++ b/liboctave/NPSOL.h
@@ -24,13 +24,15 @@
 #if !defined (octave_NPSOL_h)
 #define octave_NPSOL_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 #ifndef NPSOL_MISSING
 
 #include "dColVector.h"
 #include "NLP.h"
 
-extern "C++" {
-
 #ifndef Vector
 #define Vector ColumnVector
 #endif
@@ -188,8 +190,6 @@
 inline NPSOL::NPSOL (const NPSOL& a) : NLP (a.x, a.phi, a.bnds, a.lc, a.nlc)
   { }
 
-} // extern "C++"
-
 #endif /* NPSOL_MISSING */
 
 #endif