Mercurial > hg > octave-lyh
comparison liboctave/Bounds.cc @ 238:780cbbc57b7c
[project @ 1993-11-30 20:23:04 by jwe]
author | jwe |
---|---|
date | Tue, 30 Nov 1993 20:23:04 +0000 |
parents | 1a48a1b91489 |
children | 00f8b2242a18 |
comparison
equal
deleted
inserted
replaced
237:5a9e23307fb0 | 238:780cbbc57b7c |
---|---|
19 along with Octave; see the file COPYING. If not, write to the Free | 19 along with Octave; see the file COPYING. If not, write to the Free |
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 #ifdef __GNUG__ | 24 #ifdef HAVE_CONFIG_H |
25 #pragma implementation | 25 #include "config.h" |
26 #endif | 26 #endif |
27 | 27 |
28 #include <iostream.h> | 28 #include <iostream.h> |
29 | |
29 #include "Bounds.h" | 30 #include "Bounds.h" |
30 #include "lo-error.h" | 31 #include "lo-error.h" |
31 | 32 |
32 // error handling | 33 // error handling |
33 | 34 |