]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: generalize BIG_POWER_OF_10
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jun 2025 22:55:27 +0000 (15:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:39 +0000 (17:12 -0700)
commitbdccb27ca67ad7b45d72ed5a2123b86a07f3984c
treec498453eb0d638b011c98e081a15fc41d12fb473
parent88cca5d5fca6e49654f88013018a7e29785b206e
factor: generalize BIG_POWER_OF_10

* src/factor.c (BIG_POWER_OF_10, LOG_BIG_POWER_OF_10):
Place fewer restrictions on BIG_POWER_OF_10.
This is only for currently-theoretical hosts;
it shouldn’t affect machine code on practical platforms.
src/factor.c