Mercurial > hg > octave-lyh
comparison liboctave/Array.cc @ 882:714fd17fca28
[project @ 1994-11-05 03:37:23 by jwe]
author | jwe |
---|---|
date | Sat, 05 Nov 1994 03:37:23 +0000 |
parents | e0bfbbf20e40 |
children | 18933dbd5e43 |
comparison
equal
deleted
inserted
replaced
881:29d190ae3364 | 882:714fd17fca28 |
---|---|
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 #ifdef HAVE_CONFIG_H | 24 #ifdef HAVE_CONFIG_H |
25 #include "config.h" | 25 #include "config.h" |
26 #endif | |
27 | |
28 #if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES) | |
29 #pragma implementation | |
30 #endif | 26 #endif |
31 | 27 |
32 #include <assert.h> | 28 #include <assert.h> |
33 | 29 |
34 #include "Array.h" | 30 #include "Array.h" |