commit | 5db42c4c5088ce511d35c0a8942f563d95e13230 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Jan 08 02:25:34 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Jan 08 02:25:34 2006 +0000 |
tree | 03f6f23012a1fccff0346e5a1f715a52ba6d9992 | |
parent | d8fe7ab711df2d6380aeff085fe8eda6b268f3eb [diff] |
alias_for_import_name(): Dueling compiler warnings ;-) Squash new warnings from VC 7.1 about mixing signed and unsigned types in comparisons. I can see why `len` was changed to size_t here, but don't see why `i` was also changed. Change `i` back to int.