changeset 464:ac2509294b09

[project @ 1994-06-06 01:00:10 by jwe]
author jwe
date Mon, 06 Jun 1994 01:00:10 +0000
parents 0bfa99f634be
children 4caf8fbeb778
files liboctave/Array.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array.h	Mon Jun 06 00:59:08 1994 +0000
+++ b/liboctave/Array.h	Mon Jun 06 01:00:10 1994 +0000
@@ -24,14 +24,14 @@
 #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"
 
-#if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES)
-#pragma interface
-#endif
-
 extern "C++" {
 
 // Classes we declare.