On 2021/09/15 8:30, Jason Thorpe wrote:
On Sep 14, 2021, at 1:34 PM, Roland Illig 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 "
> On Sep 14, 2021, at 1:34 PM, Roland Illig 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
On Tue, 22 Dec 2009, Christoph Egger wrote:
> Log Message:
> msg.txt
Please fix the log message.
--apb (Alan Barrett)
On 22.12.09 09:46, Christoph Egger wrote:
> On 22.12.09 09:44, Christoph Egger wrote:
>> Module Name: src
>> Committed By:cegger
>> Date:Tue Dec 22 08:44:03 UTC 2009
>>
>> Modified Files:
>> src/usr.sbin/acpitools/acpidump: Makefile acpi.c acpi_user.c acpidump.8
>>
On 22.12.09 09:44, Christoph Egger wrote:
> Module Name: src
> Committed By: cegger
> Date: Tue Dec 22 08:44:03 UTC 2009
>
> Modified Files:
> src/usr.sbin/acpitools/acpidump: Makefile acpi.c acpi_user.c acpidump.8
> acpidump.c acpidump.h
> Removed Files:
> src/usr.s