strtoul: remove dependency on strtol
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Apr 2011 06:29:28 +0000 (23:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Apr 2011 06:32:19 +0000 (23:32 -0700)
commitd35ef05dc0564cf696408eae985444879a399e29
treeba4397ea5a327403120bf753f8e9362f31230f75
parente1cbfb6b2aee287a925901f3e0466d2e5b65c8b7
strtoul: remove dependency on strtol

This is so that 'configure' need not check for strtol merely because
the application needs strtoul.
* modules/strtoul (Files): Add lib/strtol.c.
(Depends-on): Remove strtol.
ChangeLog
modules/strtoul