commit | 9973d74b2d63ebd6a49d239b49f01fe823705b97 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Aug 15 19:41:06 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Aug 15 19:41:06 2002 +0000 |
tree | f10885b46fbb394790ec44e3710ce6dd5d05374b | |
parent | dd32a91cc0c8ba178d7ee5e78c30b6920aff66f4 [diff] |
long_mul(): Simplified exit code. In particular, k_mul() returns a normalized result, so no point to normalizing it again. The number of test+branches was also excessive.