]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: factor_using_division returns uuint
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Sep 2024 17:49:21 +0000 (10:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Sep 2024 00:42:59 +0000 (17:42 -0700)
commitd875200bbfcc663133f29ce8cd4ab636853447d7
tree7f099a05d830387c824d54263cabb8c557458a31
parentb74ba189e86bf1e5ff35ac6ae3adef6cc2cc0c45
factor: factor_using_division returns uuint

* src/factor.c (factor_using_division): Return uuint rather than
half via pointer. All callers changed.
src/factor.c