Mercurial > hg > octave-nkf
comparison src/pager.cc @ 3503:d14c483b3c12
[project @ 2000-02-01 04:06:07 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 04:06:39 +0000 |
parents | 4b79cb009dd4 |
children | b80bbb43a1a9 |
comparison
equal
deleted
inserted
replaced
3502:b5238ac1dca9 | 3503:d14c483b3c12 |
---|---|
24 #include <config.h> | 24 #include <config.h> |
25 #endif | 25 #endif |
26 | 26 |
27 #include <csignal> | 27 #include <csignal> |
28 | 28 |
29 #include <fstream> | |
29 #include <string> | 30 #include <string> |
30 #include <fstream.h> | |
31 | 31 |
32 #include "cmd-edit.h" | 32 #include "cmd-edit.h" |
33 #include "oct-env.h" | 33 #include "oct-env.h" |
34 | 34 |
35 #include "procstream.h" | 35 #include "procstream.h" |