Mercurial > hg > octave-nkf
comparison liboctave/FSQP.h @ 882:714fd17fca28
[project @ 1994-11-05 03:37:23 by jwe]
author | jwe |
---|---|
date | Sat, 05 Nov 1994 03:37:23 +0000 |
parents | 21cb3c7dc9e3 |
children | 18933dbd5e43 |
comparison
equal
deleted
inserted
replaced
881:29d190ae3364 | 882:714fd17fca28 |
---|---|
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 | 27 #ifndef FSQP_MISSING |
28 | 28 |
29 #if defined (__GNUG__) | |
30 #pragma interface | |
31 #endif | |
32 | |
33 #include "NLP.h" | 29 #include "NLP.h" |
34 | 30 |
35 extern "C++" { | 31 extern "C++" { |
36 | 32 |
37 #ifndef Vector | 33 #ifndef Vector |