This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Remove use of redundant flags
authorKarl Williamson <khw@cpan.org>
Thu, 26 Nov 2015 05:35:53 +0000 (22:35 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 29 Nov 2015 00:19:26 +0000 (17:19 -0700)
commit93e6dbd62d3750e59ca281bcd629990cc1627122
tree8f660671bc66199e024d4a92c0821ecea3b7d096
parentd35f2ca5c7434d42bc5c28288976153ea974bef0
utf8.h: Remove use of redundant flags

The ABOVE_31_BIT flags is a proper subset of the SUPER flags, so if the
latter is set, we don't have to bother setting the former.  On the other
hand, there is no harm in doing so, these changes are all resolved at
compile time.  The reason I'm changing them is that it is easier to
explain in the pod what is happening, in the next commit.
utf8.c
utf8.h