Skip to content

Expect `;` after macro

Jö Fahlke requested to merge fix-macro-not-expecting-semicolon into master

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:

Edited by Jö Fahlke

Merge request reports