From: Jarkko Hietaniemi Date: Mon, 2 Jul 2001 22:56:09 +0000 (+0000) Subject: (Replaced by #11124) UTS workaround from Hal Morris. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6cde8aec263d8ab48123df551ae6f5c9239498de;p=p5sagit%2Fp5-mst-13.2.git (Replaced by #11124) UTS workaround from Hal Morris. p4raw-id: //depot/perl@11113 --- diff --git a/perl.h b/perl.h index 27393f6..8b3c485 100644 --- a/perl.h +++ b/perl.h @@ -1131,6 +1131,11 @@ typedef UVTYPE UV; # endif #endif +#if defined(uts) || defined(UTS) +# undef UV_MAX +# define UV_MAX (4294967295u) +#endif + /* I've tracked down a weird bug in Perl5.6.1 to the UTS compiler's mishandling of MY_UV_MAX in util.c. It is defined as