mirror of https://git.musl-libc.org/git/musl
Browse Source
previously this macro used an odd if/else form instead of the more idiomatic do/while(0), making it unsafe against omission of trailing semicolon. the omission would make the following statement conditional instead of producing an error.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue