Add () around "1 << n' in #define's, without it ~NAME is "~1 << n" which is

not what is wanted at all (and which caused the << of a negative number issue.)
Making the values unsigned is harmless (perhaps even better) so those that
were changed are still that way.
This commit is contained in:
kre 2017-08-22 21:23:58 +00:00
parent e075bb6042
commit 7f42948da2
1 changed files with 954 additions and 954 deletions

File diff suppressed because it is too large Load Diff