bug-gnulib
[Top][All Lists]
Advanced

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

Re: hierarchical projects with configure scripts


From: Paul Eggert
Subject: Re: hierarchical projects with configure scripts
Date: Sat, 1 Sep 2018 00:42:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Eli Zaretskii wrote:
A nit: it should be okay to require C99 for the compiler, but we
should not require that for the library (including header files),
because MinGW, for example, uses a C99-compliant GCC, but the headers
and the function from the standard C library are those from Windows,
which are not 100% C99.

Gnulib doesn't assume 100% C99, only the common features that I think even Microsoft supports nowadays. (Even C11 is not 100% C99 compatible....)



reply via email to

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