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