mirror of https://git.musl-libc.org/git/musl
Browse Source
per the rules for hexadecimal integer constants, the previous definitions were correctly treated as having unsigned type except possibly when used in preprocessor conditionals, where all artithmetic takes place as intmax_t or uintmax_t. the explicit 'u' suffix ensures that they are treated as unsigned in all contexts.master
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue