Expect `;` after macro
This avoids certain compiler warnings about unneccessary ;
. It plays nicer
with automatic editor indentation compared to the the alternative of dropping
the ;
from every invocation of the macro (see !673 (closed) for that).
Alternative to: !673 (closed)
WIP:
-
Waiting for feedback from @gruenich
Edited by Jö Fahlke