This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo when using nBIT_UMAX
authorNicolas R <atoomic@cpan.org>
Wed, 22 Jul 2020 23:46:03 +0000 (17:46 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 23 Jul 2020 00:11:14 +0000 (18:11 -0600)
commit924b0bfd9d159bece72423ebd5674d82284e0f5c
tree144f5c02d25c261505c1f784aa61f0ca0f1023ae
parentf54fc57ff3a5b11840a04e792a46d4c6adfd27c3
Fix typo when using nBIT_UMAX

nBIT_MAX was used instead of nBIT_UMAX
from d223e1ea9ae864c0e563187f1e76 changes

note: at first glance it seems that
nBIT_UMAX is an alias for nBIT_MASK
utf8.h