summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-08 11:15:17 -0600
committerKarl Williamson <khw@cpan.org>2022-06-08 16:31:13 -0600
commitbbe73871dcd2907ceb9917083763f810f9879b85 (patch)
tree6bd62569189cc1388a6098ce020e08984bc11326 /handy.h
parent690b242f2f241ab11f0b5ce265c637d2ac5f486a (diff)
downloadperl-bbe73871dcd2907ceb9917083763f810f9879b85.tar.gz
handy.h: WIDEST_UTYPE is just PERL_UINTMAX_T
No need to re-derive it
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h6
1 files changed, 1 insertions, 5 deletions
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