Slightly simplify the radix-detection code
commit30b795fd106b190d21b800e45756e2794b53f05f
authorH. Peter Anvin <hpa@zytor.com>
Tue, 23 Oct 2007 07:08:58 +0000 (23 00:08 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 23 Oct 2007 07:08:58 +0000 (23 00:08 -0700)
tree49a017e807b5cea12f0a565df70bcd4c27f82dfb
parent50620f4a3f78dc8fb51f76633aeeb962e29093d9
Slightly simplify the radix-detection code

(pradix && pradix > sradix) etc. is unnecessary since pradix and
sradix cannot be negative, so zero is always the smallest value.

Put in a comment explaining why making the default radix == 10 doesn't
need any additional error checking.
nasmlib.c