diff liboctave/NPSOL.h @ 645:21cb3c7dc9e3

[project @ 1994-08-24 06:19:54 by jwe]
author jwe
date Wed, 24 Aug 1994 06:27:09 +0000
parents 00f8b2242a18
children 714fd17fca28
line wrap: on
line diff
--- a/liboctave/NPSOL.h
+++ b/liboctave/NPSOL.h
@@ -24,12 +24,12 @@
 #if !defined (octave_NPSOL_h)
 #define octave_NPSOL_h 1
 
+#ifndef NPSOL_MISSING
+
 #if defined (__GNUG__)
 #pragma interface
 #endif
 
-#ifndef NPSOL_MISSING
-
 #include "dColVector.h"
 #include "NLP.h"
 
@@ -192,9 +192,9 @@
 inline NPSOL::NPSOL (const NPSOL& a) : NLP (a.x, a.phi, a.bnds, a.lc, a.nlc)
   { }
 
-#endif /* NPSOL_MISSING */
+} // extern "C++"
 
-} // extern "C++"
+#endif /* NPSOL_MISSING */
 
 #endif