Source-Changes-D archive

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

Re: CVS commit: src/usr.sbin/acpitools/acpidump



On 2021/09/15 8:30, Jason Thorpe wrote:


On Sep 14, 2021, at 1:34 PM, Roland Illig <rillig%netbsd.org@localhost> wrote:

When lint runs on the code, it defines the preprocessor macro 'lint' to
be 1.  Due to that, this name cannot be used as a regular identifier.

Perhaps all of the "#ifdef lint" conditions should become "#ifdef __lint__"?

Agreed. lint should not pollute public namespace.

Thanks,
rin


Home | Main Index | Thread Index | Old Index