]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(MAX_N_FACTORS): Define in terms of sizeof (uintmax_t)
authorJim Meyering <jim@meyering.net>
Mon, 3 Oct 2005 12:12:14 +0000 (12:12 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Oct 2005 12:12:14 +0000 (12:12 +0000)
commitc7676c0b6b69d099c6880afb699593665d28fc96
tree80d2dace8d1a99c6c90bac6c049dbc75ff0759ed
parent314397e7c506711e56615ae9a9d3c50d2e070197
(MAX_N_FACTORS): Define in terms of sizeof (uintmax_t)
rather than hard-coding to 128.  From Thomas M.Ott.
src/factor.c