Remove the temporary strtoumax replacement;
authorJim Meyering <jim@meyering.net>
Wed, 21 Apr 1999 04:28:36 +0000 (04:28 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Apr 1999 04:28:36 +0000 (04:28 +0000)
commit5cda9cf92f11d9cd4a640732651eaa54a0b3568b
tree9017b7a75ba296a052fe11a387063baa28efdd98
parent333f20ca0a5a3ee67b218274fd18f90a1602bb63
Remove the temporary strtoumax replacement;
we now have a true replacement in strtoumax.c.
(__strtol): Always define to strtoumax.
(<stdlib.h>): No need to include.
(PARAMS): Remove.
(my_strtoumax): Move this to strtoumax.c,
rename it to strtoumax, and simplify.
lib/xstrtoumax.c