changeset 758:fdc889cdfb2e

[project @ 1994-10-02 15:19:39 by jwe]
author jwe
date Sun, 02 Oct 1994 15:19:39 +0000
parents b75705dec035
children 3fc1ccd5a9db
files liboctave/Array.h
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array.h	Sun Oct 02 15:19:39 1994 +0000
+++ b/liboctave/Array.h	Sun Oct 02 15:19:39 1994 +0000
@@ -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 <assert.h>
 
 #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