In article <[email protected]>, Christos Zoulas <[email protected]> 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
