Browse Source
It's only used in one location, to test if << or >> will overflow when shifting mp_uint_t. For such a test it's clearer to use sizeof(lhs_val), which will be valid even if the type of lhs_val changes. Signed-off-by: Damien George <damien@micropython.org>pull/6843/head
Damien George
4 years ago
2 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue