]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Use `verify' to ensure that our hard-coded
authorJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 20:13:49 +0000 (20:13 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Sep 2005 20:13:49 +0000 (20:13 +0000)
commitd3e8a40be3c65eb314b27e8061e14f93edf147f4
treeabe43515c5d95cadf4bac447a8f2b3f18426c5bf
parentb7260216725921ddc245f295a4a9a8da2474ce18
Use `verify' to ensure that our hard-coded
bytes_to_*_digits arrays are long enough.  Of course, 17+-byte
integral types aren't on the near horizon, but just in case...
(MAX_INTEGRAL_TYPE_SIZE): Move definition to precede new first use.
(bytes_to_oct_digits, bytes_to_signed_dec_digits):
(bytes_to_unsigned_dec_digits, bytes_to_hex_digits): Change base
type from `char' to the clearer `unsigned int'.
src/od.c