Make gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1998-10-07 16:36:14 +00:00
parent 89bae99c5d
commit c501583dfa
2 changed files with 8 additions and 6 deletions

View file

@ -630,7 +630,7 @@ strop_count(self, args)
PyObject *args;
{
char *s, *sub;
int len, n, j;
int len, n;
int i = 0, last = INT_MAX;
int m, r;