Source-Changes-D archive

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

Re: CVS commit: src/sys/sys



In article <20190911145625.450A3FBF6%cvs.NetBSD.org@localhost>,
Christos Zoulas <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Module Name:	src
>Committed By:	christos
>Date:		Wed Sep 11 14:56:25 UTC 2019
>
>Modified Files:
>	src/sys/sys: atomic.h
>
>Log Message:


>Be consistent about semicolons in macros: always put them in the macro
>definitions and in the macro invocations so that the invocations look
>like statements, and we don't and up with extra semis. Fixes lint build.

that should read:

Always put them in the macro invocations and *not* in the macro definitions.

christos



Home | Main Index | Thread Index | Old Index