Mercurial > hg > octave-nkf
diff liboctave/Array.h @ 464:ac2509294b09
[project @ 1994-06-06 01:00:10 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jun 1994 01:00:10 +0000 |
parents | 24ef480d8571 |
children | 21cb3c7dc9e3 |
line wrap: on
line diff
--- a/liboctave/Array.h +++ b/liboctave/Array.h @@ -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.