factor: macro refactoring
commit74d791c4b0dd57170485a1145e3e82481686aa7a
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Sep 2024 03:20:05 +0000 (26 20:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Sep 2024 00:42:59 +0000 (27 17:42 -0700)
treed2646954efbd52389067e34fd9f1b10a7bb0ed8d
parentd598ef7a6cb37735f23dbcb95281d88eefdfab55
factor: macro refactoring

* src/factor.c (W_TYPE_SIZE): Simplify by always defining
to UINTMAX_WIDTH.
(W): Remove.  All uses replaced by W_TYPE_SIZE.
We no longer need one of its static_asserts.
src/factor.c