Commit 2650a42f authored by Guido van Rossum's avatar Guido van Rossum

Trent Mick: use size_t instead of int where appropriate (mpz_format()).

parent b6f657c0
......@@ -143,7 +143,7 @@ mpz_format(objp, base, withname)
{
mpzobject *mpzp = (mpzobject *)objp;
PyStringObject *strobjp;
int i;
size_t i;
int cmpres;
int taglong;
char *cp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment