This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Change some flag definition constants
authorKarl Williamson <khw@cpan.org>
Mon, 3 Oct 2016 03:09:27 +0000 (21:09 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 13 Oct 2016 17:18:12 +0000 (11:18 -0600)
commit6f89c5a0e6dc613d9b45f50b12f5ad9b69d7a6df
tree1266c2864e7128018903ccc7d1c49cacec3ce504
parentd84e92aa0ca24c080daa950e82c6b14870f9e385
utf8.h: Change some flag definition constants

These #defines give flag bits in a U32.  This commit opens a gap that
will be filled in a future commit.  A test file has to change to
correspond, as it duplicates the defines.
ext/XS-APItest/t/utf8.t
utf8.h