diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 22:56:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 22:56:09 +0000 |
commit | 6cde8aec263d8ab48123df551ae6f5c9239498de (patch) | |
tree | 0079558fde2aa6ae5a17629d94c770c1a7b959ae /perl.h | |
parent | 51bd16da02fd2d9228605a3672c5bc91eaddf57b (diff) | |
download | perl-6cde8aec263d8ab48123df551ae6f5c9239498de.tar.gz |
(Replaced by #11124) UTS workaround from Hal Morris.
p4raw-id: //depot/perl@11113
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |