Mercurial > hg > octave-lyh
comparison src/sysdep.cc @ 1742:a02f140ed897
[project @ 1996-01-12 11:09:39 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jan 1996 11:21:53 +0000 |
parents | 42b4f904f1af |
children | fd0d12493223 |
comparison
equal
deleted
inserted
replaced
1741:6ec1465f60f0 | 1742:a02f140ed897 |
---|---|
39 #include <cstdio> | 39 #include <cstdio> |
40 #include <cstdlib> | 40 #include <cstdlib> |
41 #include <cstring> | 41 #include <cstring> |
42 | 42 |
43 #include <string> | 43 #include <string> |
44 | |
45 #include <iostream.h> | |
44 | 46 |
45 #ifdef HAVE_UNISTD_H | 47 #ifdef HAVE_UNISTD_H |
46 #include <sys/types.h> | 48 #include <sys/types.h> |
47 #include <unistd.h> | 49 #include <unistd.h> |
48 #endif | 50 #endif |
73 #include "defun.h" | 75 #include "defun.h" |
74 #include "error.h" | 76 #include "error.h" |
75 #include "f77-uscore.h" | 77 #include "f77-uscore.h" |
76 #include "help.h" | 78 #include "help.h" |
77 #include "input.h" | 79 #include "input.h" |
78 #include "oct-obj.h" | 80 #include "mappers.h" |
79 #include "toplev.h" | 81 #include "toplev.h" |
80 #include "sysdep.h" | 82 #include "sysdep.h" |
81 #include "tree-const.h" | 83 #include "pt-const.h" |
84 #include "oct-obj.h" | |
82 #include "utils.h" | 85 #include "utils.h" |
83 | 86 |
84 extern "C" double F77_FCN (d1mach, D1MACH) (const int&); | 87 extern "C" double F77_FCN (d1mach, D1MACH) (const int&); |
85 | 88 |
86 #ifndef STDIN_FILENO | 89 #ifndef STDIN_FILENO |