X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.h;h=27a9de9429a4241aec8170e7be2402f91c863998;hb=22ec83e3c4e255b0fd8f294b962344e7d4871c37;hp=7b091719eff533c9733bda72081477a725432af4;hpb=1f5ae88c2684e44a679c8989ef332af3fc865544;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.h b/perl.h index 7b09171..27a9de9 100644 --- a/perl.h +++ b/perl.h @@ -1044,7 +1044,7 @@ Free_t Perl_mfree (Malloc_t where); # define IVSIZE LONGSIZE #endif #define IV_DIG (BIT_DIGITS(IVSIZE * 8)) -#define UV_DIG (BIT_DIGITS(IVSIZE * 8)) +#define UV_DIG (BIT_DIGITS(UVSIZE * 8)) /* * The macros INT2PTR and NUM2PTR are (despite their names)