mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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
|
@ -327,7 +327,7 @@ string_repeat(a, n)
|
|||
register int n;
|
||||
{
|
||||
register int i;
|
||||
register unsigned int size;
|
||||
register int size;
|
||||
register stringobject *op;
|
||||
if (n < 0)
|
||||
n = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue