use fast version of the int reading code for the high-order digits too
authorRich Felker <dalias@aerifal.cx>
Fri, 13 Apr 2012 08:38:56 +0000 (04:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 13 Apr 2012 08:38:56 +0000 (04:38 -0400)
commit11f3e33f9bbb31330b1dc4a51c07f8c58aef2fdd
treee5f4623ae84bb909698b1dc3208c7a8873b71cd3
parent26832d045f46e68b79277916edbad7512d253704
use fast version of the int reading code for the high-order digits too

this increases code size slightly, but it's considerably faster,
especially for power-of-2 bases.
src/internal/intparse.c