diff liboctave/idx-vector.h @ 1297:12ecc2ecf0e3

[project @ 1995-05-01 18:39:43 by jwe]
author jwe
date Mon, 01 May 1995 18:39:43 +0000
parents 32cb143658a6
children 611d403c7f3d
line wrap: on
line diff
--- a/liboctave/idx-vector.h
+++ b/liboctave/idx-vector.h
@@ -24,6 +24,10 @@
 #if !defined (octave_idx_vector_h)
 #define octave_idx_vector_h 1
 
+#if defined (__GNUG__)
+#pragma interface
+#endif
+
 class ostream;
 class Matrix;
 class Range;