]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: use single vector in struct mp_factors
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Jun 2025 16:20:56 +0000 (09:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:39 +0000 (17:12 -0700)
commitd16059e37506dc48c274f4bef32e56a70870da4c
tree03e344f8d913d3f58e2680a984996dd1be22991d
parent6e87c9b3a359e9ae5d2c1c430408c936e8b18a5b
factor: use single vector in struct mp_factors

* src/factor.c (struct mp_factor): New type.
(struct mp_factors): Use it to replace P and E with F.
All uses changed.
src/factor.c