changeset 129:c8f575fdcc91

[project @ 1993-09-28 02:53:18 by jwe] Don't say #pragma interface since there's no corresponding implementation.
author jwe
date Tue, 28 Sep 1993 02:53:18 +0000
parents ef32610d62cd
children 6642c455bf82
files liboctave/NLP.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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"