Mercurial > hg > octave-nkf
comparison src/pager.cc @ 240:a99f28f5e351
[project @ 1993-11-30 20:24:36 by jwe]
author | jwe |
---|---|
date | Tue, 30 Nov 1993 20:24:36 +0000 |
parents | b6b4d8c513fe |
children | 7ea224e713cd |
comparison
equal
deleted
inserted
replaced
239:4f8134fa54a9 | 240:a99f28f5e351 |
---|---|
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 #include <strstream.h> | 29 #include <strstream.h> |
30 #include <stdlib.h> | 30 #include <stdlib.h> |