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 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__"?
-- thorpej
Home |
Main Index |
Thread Index |
Old Index