comparison liboctave/Array.cc @ 354:1a75146ef3bb

[project @ 1994-02-11 00:39:55 by jwe]
author jwe
date Fri, 11 Feb 1994 00:42:30 +0000
parents ff237c5f5002
children 1752b1ef8bac
comparison
equal deleted inserted replaced
353:bd4696024bda 354:1a75146ef3bb
26 #endif 26 #endif
27 27
28 #include <assert.h> 28 #include <assert.h>
29 29
30 #if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES) 30 #if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES)
31 #pragma implementation 31 #pragma implementation "Array.h"
32 #endif 32 #endif
33 33
34 #include "Array.h" 34 #include "Array.h"
35 35
36 /* 36 /*