]> granicus.if.org Git - python/commit
alias_for_import_name(): Dueling compiler warnings ;-)
authorTim Peters <tim.peters@gmail.com>
Sun, 8 Jan 2006 02:25:34 +0000 (02:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 8 Jan 2006 02:25:34 +0000 (02:25 +0000)
commit5db42c4c5088ce511d35c0a8942f563d95e13230
tree03f6f23012a1fccff0346e5a1f715a52ba6d9992
parentd8fe7ab711df2d6380aeff085fe8eda6b268f3eb
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.
Python/ast.c