Re: GNU make release candidate 4.1.90 available for download

Paul Eggert <[email protected]> Sun, 1 May 2016 17:48:13 -0700
Newsgroups gmane.comp.gnu.make.devel
Organization UCLA Computer Science Department
Message-ID <[email protected]>
Paul Eggert wrote:
> Paul Smith wrote:
>> > Of course, it's possible that the gnulib versions no longer support C89.
> Yes, that's right, Gnulib stopped supporting K&R in 2003.

Oops, sorry, I now see that you wrote "C89" not "K&R". Gnulib still supports C89.

The old getopt code in question is causing problems because it attempts to port
to K&R and this port is going awry on modern compilers that are almost (but not
quite) C89-compatible. It's not worth the hassle to worry about K&R any more, so
the fix in Gnulib was obvious: drop K&R support.