mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-19 18:26:32 +02:00
maint: avoid sc_preprocessor_indentation failure
* src/factor.c: Tweak preprocessor indentation.
This commit is contained in:
@@ -141,7 +141,7 @@ typedef __int128 wide_int;
|
||||
#else
|
||||
typedef uintmax_t wide_uint;
|
||||
typedef intmax_t wide_int;
|
||||
#define W_TYPE_SIZE UINTMAX_WIDTH
|
||||
# define W_TYPE_SIZE UINTMAX_WIDTH
|
||||
#endif
|
||||
#define WIDE_UINT_MAX ((wide_uint) -1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user