comparison 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
comparison
equal deleted inserted replaced
644:3a7c78b38ca3 645:21cb3c7dc9e3
22 */ 22 */
23 23
24 #if !defined (octave_FSQP_h) 24 #if !defined (octave_FSQP_h)
25 #define octave_FSQP_h 1 25 #define octave_FSQP_h 1
26 26
27 #ifndef FSQP_MISSING
28
27 #if defined (__GNUG__) 29 #if defined (__GNUG__)
28 #pragma interface 30 #pragma interface
29 #endif 31 #endif
30
31 #ifndef FSQP_MISSING
32 32
33 #include "NLP.h" 33 #include "NLP.h"
34 34
35 extern "C++" { 35 extern "C++" {
36 36
42 { 42 {
43 public: 43 public:
44 private: 44 private:
45 }; 45 };
46 46
47 } // extern "C++"
48
47 #endif /* FSQP_MISSING */ 49 #endif /* FSQP_MISSING */
48
49 } // extern "C++"
50 50
51 #endif 51 #endif
52 52
53 /* 53 /*
54 ;;; Local Variables: *** 54 ;;; Local Variables: ***