This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran] patch for unlink on open files


On Sun, Aug 07, 2005 at 01:29:44PM +0200, FX Coudert wrote:
>    close_status status;
>    gfc_unit *u;
> +#if !HAVE_UNLINK_OPEN_FILE
> +  char path[PATH_MAX + 1];
> +#endif

I've submitted a patch to remove the use of PATH_MAX
from gfortran.  Apparently, there is at least one
target that does not define PATH_MAX.  Please, don't
use PATH_MAX.

http://gcc.gnu.org/ml/fortran/2005-08/msg00009.html

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]