# HG changeset patch # User jwe # Date 781111179 0 # Node ID fdc889cdfb2e498cc9bfd6afcec98bae1c5a5a47 # Parent b75705dec035daa7a80eed1dfb1a68fa34a0b598 [project @ 1994-10-02 15:19:39 by jwe] diff --git a/liboctave/Array.h b/liboctave/Array.h --- a/liboctave/Array.h +++ b/liboctave/Array.h @@ -24,10 +24,6 @@ #if !defined (octave_Array_h) #define octave_Array_h 1 -#if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES) -#pragma interface -#endif - #include #include "lo-error.h" @@ -358,10 +354,6 @@ void resize (int n, int m, const T& val); }; -#if defined (__GNUG__) && ! defined (USE_EXTERNAL_TEMPLATES) -#include "Array.cc" -#endif - } // extern "C++" #endif