Mercurial > hg > octave-lyh
comparison src/octave.cc @ 240:a99f28f5e351
[project @ 1993-11-30 20:24:36 by jwe]
author | jwe |
---|---|
date | Tue, 30 Nov 1993 20:24:36 +0000 |
parents | 82c050e70f7a |
children | 69ed7cc2c05a |
comparison
equal
deleted
inserted
replaced
239:4f8134fa54a9 | 240:a99f28f5e351 |
---|---|
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 // Born February 20, 1992. | 24 // Born February 20, 1992. |
25 | 25 |
26 #ifdef __GNUG__ | 26 #ifdef HAVE_CONFIG_H |
27 #pragma implementation | 27 #include "config.h" |
28 #endif | 28 #endif |
29 | 29 |
30 #include <sys/types.h> | 30 #include <sys/types.h> |
31 #ifdef HAVE_UNISTD_H | 31 #ifdef HAVE_UNISTD_H |
32 #include <unistd.h> | 32 #include <unistd.h> |
42 #include <iostream.h> | 42 #include <iostream.h> |
43 #include <fstream.h> | 43 #include <fstream.h> |
44 | 44 |
45 #include "getopt.h" | 45 #include "getopt.h" |
46 | 46 |
47 #include "liboctave-error.h" | 47 #include "lo-error.h" |
48 | 48 |
49 #include "sighandlers.h" | 49 #include "sighandlers.h" |
50 #include "variables.h" | 50 #include "variables.h" |
51 #include "error.h" | 51 #include "error.h" |
52 #include "tree-const.h" | 52 #include "tree-const.h" |