]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: lessen print_uuint recursion
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Sep 2024 21:05:41 +0000 (14:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Sep 2024 00:42:59 +0000 (17:42 -0700)
commitd84afaa0a794fe1fd68cc3a7d5b1d783b90f3d01
tree2214917fd63155a9fa95081cbc3666c2b0077480
parent92902de118be3fe004615d727380e5425e53ee7b
factor: lessen print_uuint recursion

* src/factor.c (BIG_POWER_OF_10, LOG_BIG_POWER_OF_10):
New constants.
(print_uuint): Use them to lessen recursion depth.
src/factor.c