make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU make release candidate 4.1.90 available for download


From: Paul Eggert
Subject: Re: GNU make release candidate 4.1.90 available for download
Date: Sun, 1 May 2016 17:48:13 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]