mirror of
git://git.musl-libc.org/musl
synced 2025-01-18 04:41:24 +00:00
fix ctype macros to cast argument to (unsigned) first
issue reported by nsz, but it's actually not just pedantic. the functions can take input of any arithmetic type, including floating point, and the behavior needs to be as if the conversion implicit in the function call took place.
This commit is contained in:
parent
3bec53e0d3
commit
7e14ed1360