[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: <version-etc.h> and C++
From: |
Bruno Haible |
Subject: |
Re: <version-etc.h> and C++ |
Date: |
Fri, 07 Jan 2022 21:54:24 +0100 |
Marc Nieper-Wißkirchen wrote:
> I just noticed that <version-etc.h> doesn't include extern "C" guards
> so that inclusion in a C++ source file becomes easier (see 4.2 in the
> Gnulib manual).
Patches are welcome.
> I don't know what the general policy is
For these extern "C" guards, we do it on demand, i.e. the first time
it gets reported.
Bruno