> From: Paul Smith <[email protected]> > Cc: "[email protected]" <[email protected]> > 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.
