Mercurial > hg > octave-nkf
comparison src/help.cc @ 1350:5f63d83dd694
[project @ 1995-09-05 07:37:59 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 07:47:12 +0000 |
parents | 94bedeb289e5 |
children | 19c10b8657d5 |
comparison
equal
deleted
inserted
replaced
1349:33cf1f36aec6 | 1350:5f63d83dd694 |
---|---|
27 | 27 |
28 #include <csignal> | 28 #include <csignal> |
29 #include <cstdlib> | 29 #include <cstdlib> |
30 #include <cstring> | 30 #include <cstring> |
31 | 31 |
32 #include <iostream.h> | |
33 #include <strstream.h> | |
34 | |
35 #ifdef HAVE_UNISTD_H | |
32 #include <sys/types.h> | 36 #include <sys/types.h> |
33 #ifdef HAVE_UNISTD_H | |
34 #include <unistd.h> | 37 #include <unistd.h> |
35 #endif | 38 #endif |
36 | |
37 #include <iostream.h> | |
38 #include <strstream.h> | |
39 | 39 |
40 #include "tree-expr.h" | 40 #include "tree-expr.h" |
41 #include "tree-const.h" | 41 #include "tree-const.h" |
42 #include "sighandlers.h" | 42 #include "sighandlers.h" |
43 #include "user-prefs.h" | 43 #include "user-prefs.h" |