mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Tweaks to keep the Microsoft compiler quiet.
This commit is contained in:
parent
644a12b00c
commit
2095d24842
5 changed files with 18 additions and 18 deletions
|
@ -168,7 +168,7 @@ lookmapping(mp, key, hash)
|
|||
register unsigned incr;
|
||||
register unsigned long sum = (unsigned long) hash;
|
||||
register mappingentry *freeslot = NULL;
|
||||
register int mask = mp->ma_size-1;
|
||||
register unsigned int mask = mp->ma_size-1;
|
||||
mappingentry *ep0 = mp->ma_table;
|
||||
register mappingentry *ep;
|
||||
/* We must come up with (i, incr) such that 0 <= i < ma_size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue