This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/B/B.xs: Remove EBCDIC dependency
authorKarl Williamson <public@khwilliamson.com>
Sun, 2 Sep 2012 16:37:26 +0000 (10:37 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 14 Sep 2012 03:14:01 +0000 (21:14 -0600)
commit138e21c2917acafbfc91f3b231af0e0884c61e5f
tree4a64aefec009ced69deee3e67be5eed17e5e479a
parentec34087a0a7a2c973993150137f0f8428541e7a0
ext/B/B.xs: Remove EBCDIC dependency

These are unnecessary EBCDIC dependencies: It uses isPRINT() on EBCDIC,
and an expression on ASCII, but isPRINT() is defined to be precisely
that expression on ASCII platforms.
ext/B/B.xs