Mercurial > hg > octave-avbm
comparison src/Array-string.cc @ 2571:2480ef198c46
[project @ 1996-12-06 21:18:39 by jwe]
author | jwe |
---|---|
date | Fri, 06 Dec 1996 21:22:39 +0000 |
parents | 8b51c1738882 |
children |
comparison
equal
deleted
inserted
replaced
2570:58113987ee03 | 2571:2480ef198c46 |
---|---|
1 // Array-String.cc -*- C++ -*- | |
2 /* | 1 /* |
3 | 2 |
4 Copyright (C) 1993, 1994, 1995 John W. Eaton | 3 Copyright (C) 1993, 1994, 1995 John W. Eaton |
5 | 4 |
6 This file is part of Octave. | 5 This file is part of Octave. |
21 | 20 |
22 */ | 21 */ |
23 | 22 |
24 // Instantiate Arrays of Strings. | 23 // Instantiate Arrays of Strings. |
25 | 24 |
25 #ifdef HAVE_CONFIG_H | |
26 #include <config.h> | |
27 #endif | |
28 | |
26 #include "Array.h" | 29 #include "Array.h" |
27 #include "Array.cc" | 30 #include "Array.cc" |
28 | 31 |
29 #include "oct-str.h" | 32 #include "oct-str.h" |
30 | 33 |