Tweaks to keep the Microsoft compiler quiet.

This commit is contained in:
Guido van Rossum 1997-04-09 19:41:24 +00:00
parent 644a12b00c
commit 2095d24842
5 changed files with 18 additions and 18 deletions

View file

@ -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;