This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h, utfebcdic.h: Add some assertions
authorKarl Williamson <khw@cpan.org>
Wed, 26 Aug 2015 21:35:05 +0000 (15:35 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 4 Sep 2015 16:49:22 +0000 (10:49 -0600)
commite9b19ab7df3480e8f710ca6faad519f6fccdb081
treeab6c826ab4269c8fe118d11308f6af658bee1b0e
parenta95ec4fb1da4ce753d2a8f3ecb2027679198a3a2
utf8.h, utfebcdic.h: Add some assertions

These will detect a array bounds error that occurs on EBCDIC machines,
and by including the assert on non-EBCDIC, we verify that the code
wouldn't fail when built on EBCDIC.
utf8.h
utfebcdic.h