From bbe73871dcd2907ceb9917083763f810f9879b85 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 8 Jun 2022 11:15:17 -0600 Subject: handy.h: WIDEST_UTYPE is just PERL_UINTMAX_T No need to re-derive it --- handy.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'handy.h') diff --git a/handy.h b/handy.h index 0ddbd28ab2..3bb1b709f0 100644 --- a/handy.h +++ b/handy.h @@ -1379,11 +1379,7 @@ or casts =cut */ -#ifdef QUADKIND -# define WIDEST_UTYPE U64 -#else -# define WIDEST_UTYPE U32 -#endif +#define WIDEST_UTYPE PERL_UINTMAX_T /* Where there could be some confusion, use this as a static assert in macros * to make sure that a parameter isn't a pointer. But some compilers can't -- cgit v1.2.1