mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0082dfb7e5
replace (-rot) with (32 - rot) to avoid msvc warning c4146. both expressions are equivalent when masked with & 31, but the latter is clearer and doesn't trigger warnings about negating unsigned values. Co-authored-by: Claude <noreply@anthropic.com>