mirror of https://git.musl-libc.org/git/musl
Browse Source
use of || forces the caller to boolean-normalize the result of iswalpha to 0 or 1, requiring code after the call returns and thus precluding a tail call. since this isn't actually needed, don't write it that way.master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue