# HG changeset patch # User jwe # Date 749184798 0 # Node ID c8f575fdcc91874ab1b7c6a492acabb90b15c81b # Parent ef32610d62cdb94e54cb31fb1ff5922cdebe5769 [project @ 1993-09-28 02:53:18 by jwe] Don't say #pragma interface since there's no corresponding implementation. diff -r ef32610d62cd -r c8f575fdcc91 liboctave/NLP.h --- a/liboctave/NLP.h Mon Sep 27 06:20:45 1993 +0000 +++ b/liboctave/NLP.h Tue Sep 28 02:53:18 1993 +0000 @@ -24,10 +24,6 @@ #if !defined (_NLP_h) #define _NLP_h 1 -#ifdef __GNUG__ -#pragma interface -#endif - #include "Objective.h" #include "Bounds.h" #include "LinConst.h"