|
From: | Paul Eggert |
Subject: | Re: GNU make 4.2.90 release candidate available |
Date: | Mon, 2 Sep 2019 15:35:20 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
Dennis Clarke wrote:
I am wondering what is the actual dialect to adher to.
We need to be portable to C99 and later. C89 and later if the programmer wants to and if it's not too much work. K&R C is almost surely not worth the effort.
OpenSSL is a different project from OpenSSL and uses different coding standards. The GNU coding standards say that GNU code should be portable. Although K&R C and C89 are no longer relevant on practical hosts, C99 and later are, so they are core target platforms for GNU Make and for other GNU projects that have code written in C.
[Prev in Thread] | Current Thread | [Next in Thread] |