]> git.ipfire.org Git - thirdparty/coreutils.git/commit
factor: simplify longlong.h setup
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 May 2025 22:35:22 +0000 (15:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Jul 2025 00:12:39 +0000 (17:12 -0700)
commitf14ddcb1ef79073bbb9a845c109c3d4042ce0538
tree7d89a07c85fd02fc951b18ad38adf0cc60744104
parent0a5d071967059a158ec85e81fc05879ad5dbfd74
factor: simplify longlong.h setup

* src/factor.c (USE_LONGLONG_H):
Default to false on unusual (but standard-conforming)
platforms that lack int64_t etc.
(UWtype, UHWtype): Now typedefs, not macros.
(UQItype): Remove.
(SItype, USItype, DItype, UDItype): Use standard C types.
src/factor.c