comparison liboctave/CColVector.h @ 882:714fd17fca28

[project @ 1994-11-05 03:37:23 by jwe]
author jwe
date Sat, 05 Nov 1994 03:37:23 +0000
parents 2ca256b77602
children 18933dbd5e43
comparison
equal deleted inserted replaced
881:29d190ae3364 882:714fd17fca28
21 21
22 */ 22 */
23 23
24 #if !defined (octave_ComplexColumnVector_h) 24 #if !defined (octave_ComplexColumnVector_h)
25 #define octave_ComplexColumnVector_h 1 25 #define octave_ComplexColumnVector_h 1
26
27 #if defined (__GNUG__)
28 #pragma interface
29 #endif
30 26
31 #include "Array.h" 27 #include "Array.h"
32 28
33 #include "mx-defs.h" 29 #include "mx-defs.h"
34 30