diff liboctave/FSQP.h @ 645:21cb3c7dc9e3

[project @ 1994-08-24 06:19:54 by jwe]
author jwe
date Wed, 24 Aug 1994 06:27:09 +0000
parents 4caf8fbeb778
children 714fd17fca28
line wrap: on
line diff
--- a/liboctave/FSQP.h
+++ b/liboctave/FSQP.h
@@ -24,12 +24,12 @@
 #if !defined (octave_FSQP_h)
 #define octave_FSQP_h 1
 
+#ifndef FSQP_MISSING
+
 #if defined (__GNUG__)
 #pragma interface
 #endif
 
-#ifndef FSQP_MISSING
-
 #include "NLP.h"
 
 extern "C++" {
@@ -44,9 +44,9 @@
  private:
 };
 
-#endif /* FSQP_MISSING */
+} // extern "C++"
 
-} // extern "C++"
+#endif /* FSQP_MISSING */
 
 #endif