[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ENOEXEC from exec*() functions...?
From: |
Eli Zaretskii |
Subject: |
Re: ENOEXEC from exec*() functions...? |
Date: |
Sat, 04 Jan 2020 10:13:22 +0200 |
> From: Paul Smith <address@hidden>
> Cc: "address@hidden" <address@hidden>
> Date: Fri, 03 Jan 2020 17:56:55 -0500
>
> On Fri, 2020-01-03 at 22:51 +0000, Martin Dorey wrote:
> > thanks to some new for loop initial declarations in file.c and rule.c,
> > which weren't legal in -std=gnu90, the compiler's default dialect.
>
> Hrm. I had thought that was legal in C90 but I guess I was wrong :(.
No, I think that was introduced by C99.