]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: use function for binv
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Jun 2025 03:51:56 +0000 (20:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:39 +0000 (17:12 -0700)
commit54a2d18b1f47fe6d5e663bacb2bd8971f7a58a49
treefaccfcd03062dcc09e1a5534dc8bed42efe435a1
parent20beab12df15b276646655928629b518dc12243a
factor: use function for binv

* src/factor.c (binv_limb): New function, replacing the old
binv macro.  All uses changed.
src/factor.c