Mercurial > hg > octave-nkf
diff src/input.cc @ 1349:33cf1f36aec6
[project @ 1995-09-05 07:06:43 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 07:09:38 +0000 |
parents | 94bedeb289e5 |
children | 5f63d83dd694 |
line wrap: on
line diff
--- a/src/input.cc +++ b/src/input.cc @@ -44,14 +44,14 @@ #include <cassert> #include <csignal> +#include <iostream.h> +#include <strstream.h> + #include <sys/types.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif -#include <iostream.h> -#include <strstream.h> - // This must come before anything that includes iostream.h... extern "C" { @@ -93,6 +93,7 @@ } } +#include "pathlen.h" #include "help.h" #include "error.h" #include "utils.h" @@ -112,10 +113,6 @@ #include "symtab.h" #include "defun.h" -#ifndef MAXPATHLEN -#define MAXPATHLEN 1024 -#endif - // The size that strings change by. #ifndef DEFAULT_ARRAY_SIZE #define DEFAULT_ARRAY_SIZE 512