Skip to content

Draft: Replace do { ... } while(0) with { ... } syntax

Ondřej Surý requested to merge ondrej/remove-do-while0 into main

Replace the outdated do { ... } while(0) with normal { ... } syntax which is supported by all normal compilers.

Merge request reports